Метод | Описание | |
---|---|---|
AppDirectoryItem ( string FileName ) : string | ||
CombinePaths ( List |
||
GetRegistryValue ( string Name, string DefaultValue ) : Object | ||
Load ( string filename ) : System.Windows.ResourceDictionary |
Move somewhere else later
|
|
RemoveExtensionsFromFile ( string file, string ext ) : string | ||
SetRegistryValue ( string Name, object Value ) : void | ||
SetRegistryValue ( string Name, object Value, RegistryValueKind Kind ) : void |
Метод | Описание | |
---|---|---|
Build_MenuItem ( Object header = null, Object tag = null, Object icon = null, string name = null, object ToolTip = null, bool focusable = true, bool checkable = false, bool isChecked = false, string GroupName = null, System onClick = null ) : Fluent.MenuItem | ||
GetValueOnly ( string property, string value ) : string | ||
Utilities ( ) : System |
public static AppDirectoryItem ( string FileName ) : string | ||
FileName | string | |
Результат | string |
public static CombinePaths ( List |
||
paths | List |
|
separatorvalue | string | |
checkforfolders | bool | |
Результат | string |
public static GetRegistryValue ( string Name, string DefaultValue ) : Object | ||
Name | string | |
DefaultValue | string | |
Результат | Object |
public static Load ( string filename ) : System.Windows.ResourceDictionary | ||
filename | string | |
Результат | System.Windows.ResourceDictionary |
public static RemoveExtensionsFromFile ( string file, string ext ) : string | ||
file | string | |
ext | string | |
Результат | string |
public static SetRegistryValue ( string Name, object Value ) : void | ||
Name | string | |
Value | object | |
Результат | void |
public static SetRegistryValue ( string Name, object Value, RegistryValueKind Kind ) : void | ||
Name | string | |
Value | object | |
Kind | RegistryValueKind | |
Результат | void |