|

Visible


(boolean) Whether to make the radiobutton object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

R e g i s t r y


image

Registry.CreateKey

OverviewExamples

Registry.CreateKey ( number MainKey,


string SubKey )


De s cr ip t ion


Creates a "key" in the user's Registry.


P arame t er s


MainKey


(number) The main or "root" key where you want to create the key. Choose from:



CONSTANT


VALUE


HKEY_CLASSES_ROOT


0



HKEY_CURRENT_CONFIG


1


HKEY_CURRENT_USER


2


HKEY_LOCAL_MACHINE


3


HKEY_USERS


4


|