Class PathStack
Inheritance
System.Object
PathStack
Assembly: Cloud-ShareSync.dll
Syntax
class PathStack : StackPanel
Constructors
|
Improve this Doc
View Source
PathStack(String, String, String, EventHandler<RoutedEventArgs>, Nullable<String>)
Declaration
public PathStack(string headerTxt, string primaryTxt, string buttonTxt, EventHandler<RoutedEventArgs> lambda, string? missingPathTxt = null)
Parameters
| Type |
Name |
Description |
| System.String |
headerTxt |
|
| System.String |
primaryTxt |
|
| System.String |
buttonTxt |
|
| EventHandler<RoutedEventArgs> |
lambda |
|
| System.Nullable<System.String> |
missingPathTxt |
|
Fields
|
Improve this Doc
View Source
Declaration
readonly TextBlock _header
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
_mainTxt
Declaration
readonly TextBlock _mainTxt
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
_missingPathTxt
Declaration
readonly TextBlock _missingPathTxt
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly Button _updateButton
Field Value
|
Improve this Doc
View Source
InnerWrap1
Declaration
public readonly WrapPanel InnerWrap1
Field Value
| Type |
Description |
| WrapPanel |
|
|
Improve this Doc
View Source
InnerWrap2
Declaration
public readonly WrapPanel InnerWrap2
Field Value
| Type |
Description |
| WrapPanel |
|
Properties
|
Improve this Doc
View Source
PathText
Declaration
public string PathText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
void ConfigureWrapPanelOne()
|
Improve this Doc
View Source
Declaration
void ConfigureWrapPanelTwo()
|
Improve this Doc
View Source
SetMainTxtColors(Boolean)
Declaration
void SetMainTxtColors(bool errColors)
Parameters
| Type |
Name |
Description |
| System.Boolean |
errColors |
|
|
Improve this Doc
View Source
SetMissingPathWarningVisibility(Boolean)
Declaration
void SetMissingPathWarningVisibility(bool status)
Parameters
| Type |
Name |
Description |
| System.Boolean |
status |
|
|
Improve this Doc
View Source
WarnOnMissingPath(String, Boolean)
Declaration
void WarnOnMissingPath(string path, bool file)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
| System.Boolean |
file |
|