Documentation
On this page

Type alias · Core and Composition

DesktopControlKind

Built-in native control kind that can be targeted by application styles.

@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43

Definition

TypeScript
type DesktopControlKind = "Control" | "Window" | "StackPanel" | "ToolBar" | "WrapPanel" | "DockPanel" | "Grid" | "Border" | "StatusBar" | "ScrollViewer" | "TextBlock" | "Button" | "TextBox" | "PasswordBox" | "CheckBox" | "RadioButton" | "ToggleSwitch" | "ComboBox" | "ListBox" | "NumericUpDown" | "DatePicker" | "TimePicker" | "Slider" | "ProgressBar" | "Separator" | "Image" | "TabControl" | "TabItem" | "Menu" | "MenuItem"

Values

  • "Control"
  • "Window"
  • "StackPanel"
  • "ToolBar"
  • "WrapPanel"
  • "DockPanel"
  • "Grid"
  • "Border"
  • "StatusBar"
  • "ScrollViewer"
  • "TextBlock"
  • "Button"
  • "TextBox"
  • "PasswordBox"
  • "CheckBox"
  • "RadioButton"
  • "ToggleSwitch"
  • "ComboBox"
  • "ListBox"
  • "NumericUpDown"
  • "DatePicker"
  • "TimePicker"
  • "Slider"
  • "ProgressBar"
  • "Separator"
  • "Image"
  • "TabControl"
  • "TabItem"
  • "Menu"
  • "MenuItem"

Source

SharpTS.Gui.Sdk/GuiPackage/runtime.ts:960 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.