[]
        
(Showing Draft Content)

C1.Win.Input.Base.Views.InputPanel

InputPanel Class

Implements the basic functionality for dinamic styles and BaseStyle.

Namespace: C1.Win.Input.Base.Views
Assembly: C1.Win.Input.8.dll
Syntax
public abstract class InputPanel : DockPanel, ISupportUia, IDisposable

Constructors

Name Description
InputPanel()

Initializes a new instance of the InputPanel class.

Properties

Name Description
IsDisposed

Gets a value indicating whether the class has been disposed of.

ShowFocusCues

Geta a value that indicates whether the user interface is in a state to show or hide focus rectangles.

Methods

Name Description
ApplyStyle(BaseStyle)

Applies a BaseStyle to panel.

CreateStyle(string)

Creates or gets if contains a named style.

Dispose()

Releases the unmanaged resources used by the InputPanel class.

Dispose(bool)

Releases the unmanaged resources used by the InputPanel class.

GetActualStyle(string)

Gets a actual style for current state of elements.

GetActualStyle(string, Element)

Gets a actual style for current state of target element.

GetStyle(string)

Gets a named style.

Render(Graphics, Rectangle)