user settings for tree node naming options
This commit is contained in:
@@ -147,5 +147,29 @@ namespace VEPROMS.Properties {
|
||||
this["BookMarks"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool UseNameOnTreeNode {
|
||||
get {
|
||||
return ((bool)(this["UseNameOnTreeNode"]));
|
||||
}
|
||||
set {
|
||||
this["UseNameOnTreeNode"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool UseTitleOnTreeNode {
|
||||
get {
|
||||
return ((bool)(this["UseTitleOnTreeNode"]));
|
||||
}
|
||||
set {
|
||||
this["UseTitleOnTreeNode"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user