[]
Implements the basic functionality for dinamic styles and BaseStyle.
public abstract class InputPanel : DockPanel, ISupportUia, IDisposable
Name | Description |
---|---|
InputPanel() | Initializes a new instance of the InputPanel class. |
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. |
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) |