[]
        
(Showing Draft Content)

C1.Win.Input.Base.Views.InputPanel

InputPanel Class

Implements the basic functionality for dinamic styles and C1.Win.Themes.BaseStyle.

Inheritance
InputPanel
Implements
Namespace: C1.Win.Input.Base.Views
Assembly: C1.Win.Input.4.8.dll
Syntax
public abstract class InputPanel : DockPanel, IDisposable
Public MustInherit Class InputPanel
    Inherits DockPanel
    Implements 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 C1.Win.Themes.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.

GetPreferredSize()

Retrieves the size of a rectangular area into which this element can be fitted.

GetStyle(string)

Gets a named style.

Render(Graphics, Rectangle)