Show / Hide Table of Contents

Class PathStack

Inheritance
System.Object
PathStack
Namespace: Cloud_ShareSync.GUI.Types
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

_header

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

_updateButton

Declaration
readonly Button _updateButton
Field Value
Type Description
Button
| 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

Configure()

Declaration
void Configure()
| Improve this Doc View Source

ConfigureWrapPanelOne()

Declaration
void ConfigureWrapPanelOne()
| Improve this Doc View Source

ConfigureWrapPanelTwo()

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾