public RegionButton(
byte number,
bool acceptTouch,
bool decode,
bool visible,
bool inUse,
bool hasFrame,
bool outputToHost,
bool reserved1,
uint reserved2,
ushort x1,
ushort x2,
ushort y1,
ushort y2,
byte foreAlpha,
byte foreRed,
byte foreGreen,
byte foreBlue,
byte backAlpha,
byte backRed,
byte backGreen,
byte backBlue,
int parent,
bool enable,
bool highlightOnSelect,
bool clearOnSelect,
bool confirmOnSelect,
bool useResource,
int buttonReserved,
string caption,
int resourceNumberNormal,
int resourceNumberSelected
)
Public Sub New (
number As Byte,
acceptTouch As Boolean,
decode As Boolean,
visible As Boolean,
inUse As Boolean,
hasFrame As Boolean,
outputToHost As Boolean,
reserved1 As Boolean,
reserved2 As UInteger,
x1 As UShort,
x2 As UShort,
y1 As UShort,
y2 As UShort,
foreAlpha As Byte,
foreRed As Byte,
foreGreen As Byte,
foreBlue As Byte,
backAlpha As Byte,
backRed As Byte,
backGreen As Byte,
backBlue As Byte,
parent As Integer,
enable As Boolean,
highlightOnSelect As Boolean,
clearOnSelect As Boolean,
confirmOnSelect As Boolean,
useResource As Boolean,
buttonReserved As Integer,
caption As String,
resourceNumberNormal As Integer,
resourceNumberSelected As Integer
)
public:
RegionButton(
unsigned char number,
bool acceptTouch,
bool decode,
bool visible,
bool inUse,
bool hasFrame,
bool outputToHost,
bool reserved1,
unsigned int reserved2,
unsigned short x1,
unsigned short x2,
unsigned short y1,
unsigned short y2,
unsigned char foreAlpha,
unsigned char foreRed,
unsigned char foreGreen,
unsigned char foreBlue,
unsigned char backAlpha,
unsigned char backRed,
unsigned char backGreen,
unsigned char backBlue,
int parent,
bool enable,
bool highlightOnSelect,
bool clearOnSelect,
bool confirmOnSelect,
bool useResource,
int buttonReserved,
String^ caption,
int resourceNumberNormal,
int resourceNumberSelected
)
new :
number : byte *
acceptTouch : bool *
decode : bool *
visible : bool *
inUse : bool *
hasFrame : bool *
outputToHost : bool *
reserved1 : bool *
reserved2 : uint32 *
x1 : uint16 *
x2 : uint16 *
y1 : uint16 *
y2 : uint16 *
foreAlpha : byte *
foreRed : byte *
foreGreen : byte *
foreBlue : byte *
backAlpha : byte *
backRed : byte *
backGreen : byte *
backBlue : byte *
parent : int *
enable : bool *
highlightOnSelect : bool *
clearOnSelect : bool *
confirmOnSelect : bool *
useResource : bool *
buttonReserved : int *
caption : string *
resourceNumberNormal : int *
resourceNumberSelected : int -> RegionButton