| FilePathUserControlShowFixedPathOption Property |
This is used to get or set whether or not to show the fixed path checkbox and expanded path
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool ShowFixedPathOption { get; set; }
Public Property ShowFixedPathOption As Boolean
Get
Set
public:
property bool ShowFixedPathOption {
bool get ();
void set (bool value);
}
member ShowFixedPathOption : bool with get, set
Property Value
Type:
BooleanSee Also