Skip to content

Tools

VirtualKeyboard

Opens a virtual Keyboard to insert text into focused control

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
Height Double Defines the control's height -
Style KeyboardStyle Defines the keyboard style -
IsOpen Boolean The keyboard open state -
IsUpperCase Boolean The keyboard upper case state -
IconWidth Int32 Defines the icon's width -
IconHeight Int32 Defines the icon's height -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

VirtualNumPad

Opens a virtual numeric pad to insert number into focused control

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
Height Double Defines the control's height -
IsOpen Boolean The keyboard open state -
IconWidth Int32 Defines the icon's width -
IconHeight Int32 Defines the icon's height -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -