[]
        
(Showing Draft Content)

C1.Win.InputPanel.Visibility

Visibility Enum

Specifies the display state of a component.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public enum Visibility

Fields

Name Description
Collapsed

Do not display the element, and do not reserve space for it in layout.

Hidden

Do not display the element, but reserve space for the element in layout.

Visible

Display the component.