Skip to content

FileSystem

OpenFile

Open file dialog control

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
ButtonBackground Brush Defines the button's background color -
Text String Defines the label's text to display -
TextPosition Dock Defines the label's position around the control -
ButtonBorderBrush Brush Defines the control's border color -
IconSource StringPath Defines the icon to display -
IconWidth Int32 Defines the icon's width -
IconHeight Int32 Defines the icon's height -
Action CommandActionList The action to invoke on click, after the dialog is returned succesfully.The actions' list include the Actions created in the Job -
Filter String The file selection filter, for example 'Text file (.txt) *.txt'. Filter must be in the form 'Description
FilePath String The selected file path IN-OUT
ShowLabel Boolean Shows the label associated to the control -
TextVerticalAlignment VerticalAlignment Defines the label's text vertical alignment -
TextHorizontalAlignment HorizontalAlignment Defines the label's text horizontal alignment -
Height Double Defines the control'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 -

OpenFolder

Open folder dialog control

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
ButtonBackground Brush Defines the button's background color -
Text String Defines the label's text to display -
TextPosition Dock Defines the label's position around the control -
ButtonBorderBrush Brush Defines the control's border color -
IconSource StringPath Defines the icon to display -
IconWidth Int32 Defines the icon's width -
IconHeight Int32 Defines the icon's height -
Action CommandActionList The action to invoke on click, after the dialog is returned succesfully.The actions' list include the Actions created in the Job -
FolderPath String The selected folder path IN-OUT
ShowLabel Boolean Shows the label associated to the control -
TextVerticalAlignment VerticalAlignment Defines the label's text vertical alignment -
TextHorizontalAlignment HorizontalAlignment Defines the label's text horizontal alignment -
Height Double Defines the control'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 -