C# Class KeppySynthConfigurator.Program

Mostrar archivo Open project: KaleidonKep99/Keppy-s-Driver

Public Properties

Property Type Description
BringToFrontMessage uint

Public Methods

Method Description
CopyKey ( RegistryKey parentKey, string keyNameToCopy, string newKeyName ) : bool
UpdateTextPosition ( Form form ) : void

Private Methods

Method Description
DoAnyway ( String args ) : void
Main ( String args ) : void
RecurseCopyKey ( RegistryKey sourceKey, RegistryKey destinationKey ) : void

Method Details

CopyKey() public static method

public static CopyKey ( RegistryKey parentKey, string keyNameToCopy, string newKeyName ) : bool
parentKey Microsoft.Win32.RegistryKey
keyNameToCopy string
newKeyName string
return bool

UpdateTextPosition() public static method

public static UpdateTextPosition ( Form form ) : void
form System.Windows.Forms.Form
return void

Property Details

BringToFrontMessage public_oe static_oe property

public static uint BringToFrontMessage
return uint