Welcome
GroupBox
1.0.0.1
Freeware
Dean Hall (AKA) RizlaUK
www.luadevils.com
rizlauk@luadevils.com
Requires Win2000 Or Above
GroupBox.SetText
GroupBox.GetText
GroupBox.SetStyle
GroupBox.GetStyle
GroupBox.SetTextAlign
GroupBox.GetTextAlign
GroupBox.SetTextColor
GroupBox.GetTextColor
GroupBox.SetFont
GroupBox.GetFont
GroupBox.SetText ( | (string) ObjectName, (string) Text ) |
Sets the title caption.
(string) The name of the object.
(string) The new text to display.
This action dose not return any value.
(string) GroupBox.GetText ( | (string) ObjectName ) |
Gets the title caption.
(string) The name of the object.
(string)
GroupBox.SetStyle ( | (string) ObjectName, (number) Style ) |
Sets frame style.
(string) The name of the object.
(number) The new style to set.
CONSTANT | VALUE | DESCRIPTION |
STYLE_ETCHED | 0 | NA |
STYLE_BUMP | 1 | NA |
STYLE_RAISED | 2 | NA |
STYLE_SUNKEN | 3 | NA |
STYLE_FLAT | 4 | NA |
STYLE_MONO | 5 | NA |
STYLE_SOFT | 6 | NA |
This action dose not return any value.
(number) GroupBox.GetStyle ( | (string) ObjectName ) |
Gets frame style.
(string) The name of the object.
(number)
GroupBox.SetTextAlign ( | (string) ObjectName, (number) Align ) |
Sets the alignment of the caption text.
(string) The name of the object.
(number) The alignment of the text.
CONSTANT | VALUE | DESCRIPTION |
ALIGN_LEFT | 0 | NA |
ALIGN_CENTER | 1 | NA |
ALIGN_RIGHT | 2 | NA |
This action dose not return any value.
(number) GroupBox.GetTextAlign ( | (string) ObjectName ) |
Gets the alignment of the caption text.
(string) The name of the object.
(number)
GroupBox.SetTextColor ( | (string) ObjectName, (number) Color ) |
Sets the text color.
(string) The name of the object.
(number) The color of the text.
This action dose not return any value.
(number) GroupBox.GetTextColor ( | (string) ObjectName ) |
Gets the text color.
(string) The name of the object.
(number)
GroupBox.SetFont ( | (string) ObjectName, (string) FontName, (number) FontSize, (boolean) Bold = false, (boolean) Underline = false, (boolean) Italic = false, (boolean) Strikeout = false ) |
Sets the font of the caption text.
(string) The name of the object.
(string) The name of the font.
(number) The size of the font.
(boolean) True if the font should be bold.
(boolean) True if the font should be underlined.
(boolean) True if the font should be italic.
(boolean) True if the font should be strikeout.
This action dose not return any value.
(table) GroupBox.GetFont ( | (string) ObjectName ) |
Gets the font of the caption text.
(string) The name of the object.
(table)
This File Was Generated With AMS ActionFile Editor