Welcome
ToolBarEx
2.5.0.0
ToolBarEx Object Plugin for AutoPlay Media Studio.
Ceone
ToolBarEx.Create
ToolBarEx.SetEvent
ToolBarEx.DetectEvent
ToolBarEx.SetStyle
ToolBarEx.GetStyle
ToolBarEx.SetVisible
ToolBarEx.IsVisible
ToolBarEx.SetEnabled
ToolBarEx.IsEnabled
ToolBarEx.SetSize
ToolBarEx.GetSize
ToolBarEx.SetButtonEnabled
ToolBarEx.GetButtonEnabled
ToolBarEx.SetButtonVisible
ToolBarEx.GetButtonVisible
ToolBarEx.SetButtonSound
ToolBarEx.GetButtonSound
ToolBarEx.SetAllButtonsSound
ToolBarEx.SetButtonCursor
ToolBarEx.GetButtonCursor
ToolBarEx.SetAllButtonsCursor
ToolBarEx.SetButtonTooltipText
ToolBarEx.GetButtonTooltipText
ToolBarEx.SetAllButtonsTooltipText
ToolBarEx.SetButtonPos
ToolBarEx.GetButtonPos
ToolBarEx.SetAllButtonsPos
ToolBarEx.GetAllButtonsPos
ToolBarEx.SetButtonImage
ToolBarEx.GetButtonImage
ToolBarEx.Create ( | (string) ToolBarExName, (table) tblButton = {}, (number) SizeHeight = 20, (string) Skin = nil, (number) StartPos = nil, (string) SeparatorName = nil ) |
To create ToolBarEx Object.
(string) The name of the ToolBarEx object.
(table) The tblButton (max 20 buttons).
(number) The SizeHeight (Size "Min.20" and "Max.30")
(string) The Image Skin (if you use...).
(number) The StartPos (if you use...).
(string) The SeparatorName (if you use...).
This action dose not return any value.
ToolBarEx.SetEvent ( | (string) ToolBarExName, (string) Event, (number) Button = 1, (string) Script = "" ) |
To SetEvent button from ToolBarEx Object
(string) The name of the ToolBarEx object.
(string) The event of button.
CONSTANT | VALUE | DESCRIPTION |
"On Click" | NA | NA |
"On Right-Click" | NA | NA |
(number) The Button (max 20 buttons).
(string) The Script.
This action dose not return any value.
ToolBarEx.DetectEvent ( | (string) ToolBarExName, (number) Button = 1 ) |
To DetectEvent from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
This action dose not return any value.
ToolBarEx.SetStyle ( | (string) ToolBarExName, (string) NewImagePath = "" ) |
To SetStyle from ToolBarEx Object
(string) The name of the ToolBarEx object.
(string) The NewImagePath.
This action dose not return any value.
(number) ToolBarEx.GetStyle ( | (string) ToolBarExName ) |
To GetStyle from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number)
ToolBarEx.SetVisible ( | (string) ToolBarExName, (number) Button = 1, (boolean) Visible = true ) |
To SetVisible from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(boolean) The Visible.
This action dose not return any value.
(boolean) ToolBarEx.IsVisible ( | (string) ToolBarExName ) |
Is Visible ToolBarEx Object
(string) The name of the ToolBarEx object.
(boolean)
ToolBarEx.SetEnabled ( | (string) ToolBarExName, (number) Button = 1, (boolean) Enable = true ) |
To SetEnabled from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(boolean) The Enable.
This action dose not return any value.
(boolean) ToolBarEx.IsEnabled ( | (string) ToolBarExName ) |
Is Enabled ToolBarEx Object
(string) The name of the ToolBarEx object.
(boolean)
ToolBarEx.SetSize ( | (string) ToolBarExName, (number) Width = 0, (number) Height = 0 ) |
To SetSize from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Width size.
(number) The Height size.
This action dose not return any value.
(table) ToolBarEx.GetSize ( | (string) ToolBarExName ) |
To GetSize from ToolBarEx Object
(string) The name of the ToolBarEx object.
(table)
ToolBarEx.SetButtonEnabled ( | (string) ToolBarExName, (number) Button = 1, (boolean) Enable = true ) |
To SetButtonEnabled from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(boolean) The Enable.
This action dose not return any value.
(boolean) ToolBarEx.GetButtonEnabled ( | (string) ToolBarExName ) |
To GetButtonEnabled from ToolBarEx Object
(string) The name of the ToolBarEx object.
(boolean)
ToolBarEx.SetButtonVisible ( | (string) ToolBarExName, (number) Button = 1, (boolean) Visible = true ) |
To SetButtonVisible from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(boolean) The Visible.
This action dose not return any value.
(boolean) ToolBarEx.GetButtonVisible ( | (string) ToolBarExName ) |
To GetButtonVisible from ToolBarEx Object
(string) The name of the ToolBarEx object.
(boolean)
ToolBarEx.SetButtonSound ( | (string) ToolBarExName, (number) Button = 1, (string) SetSounds = "ClickSound", (variant) SetMode = SND_STANDARD, (string) CustomSoundFile = "" ) |
To SetButtonSound from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(string) The SetSounds.
CONSTANT | VALUE | DESCRIPTION |
"ClickSound" | NA | NA |
"HighlightSound" | NA | NA |
(variant) The SetMode.
CONSTANT | VALUE | DESCRIPTION |
SND_STANDARD | NA | NA |
SND_CUSTOM | NA | NA |
(string) The CustomSoundFile.
This action dose not return any value.
(table) ToolBarEx.GetButtonSound ( | (string) ToolBarExName ) |
To GetButtonSound from ToolBarEx Object
(string) The name of the ToolBarEx object.
(table)
ToolBarEx.SetAllButtonsSound ( | (string) ToolBarExName, (number) MaxNumButton = 1, (string) SetSounds = "ClickSound", (variant) SetMode = SND_STANDARD, (string) CustomSoundFile = "" ) |
To SetAllButtonsSound from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The MaxNumButton (max 20 buttons).
(string) The SetSounds.
CONSTANT | VALUE | DESCRIPTION |
"ClickSound" | NA | NA |
"HighlightSound" | NA | NA |
(variant) The SetMode.
CONSTANT | VALUE | DESCRIPTION |
SND_STANDARD | NA | NA |
SND_CUSTOM | NA | NA |
(string) The CustomSoundFile.
This action dose not return any value.
ToolBarEx.SetButtonCursor ( | (string) ToolBarExName, (number) Button = 1, (number) Cursor = CURSOR_HAND ) |
To SetButtonCursor from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(number) The Cursor.
CONSTANT | VALUE | DESCRIPTION |
CURSOR_ARROW | NA | NA |
CURSOR_HAND | NA | NA |
CURSOR_BLACK_ARROW | NA | NA |
CURSOR_CROSSHAIR | NA | NA |
CURSOR_EXPLORE | NA | NA |
CURSOR_HELP | NA | NA |
CURSOR_MAGNIFY | NA | NA |
CURSOR_MEDIA | NA | NA |
CURSOR_MONEY | NA | NA |
CURSOR_NOTEPAD | NA | NA |
CURSOR_PENCIL | NA | NA |
CURSOR_PRINTER | NA | NA |
CURSOR_SPEAKER | NA | NA |
CURSOR_UP_ARROW | NA | NA |
This action dose not return any value.
(number) ToolBarEx.GetButtonCursor ( | (string) ToolBarExName ) |
To GetButtonCursor from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number)
ToolBarEx.SetAllButtonsCursor ( | (string) ToolBarExName, (number) MaxNumButton = 1, (number) Cursor = CURSOR_HAND ) |
To SetAllButtonsCursor from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The MaxNumButton (max 20 buttons).
(number) The Cursor.
CONSTANT | VALUE | DESCRIPTION |
CURSOR_ARROW | NA | NA |
CURSOR_HAND | NA | NA |
CURSOR_BLACK_ARROW | NA | NA |
CURSOR_CROSSHAIR | NA | NA |
CURSOR_EXPLORE | NA | NA |
CURSOR_HELP | NA | NA |
CURSOR_MAGNIFY | NA | NA |
CURSOR_MEDIA | NA | NA |
CURSOR_MONEY | NA | NA |
CURSOR_NOTEPAD | NA | NA |
CURSOR_PENCIL | NA | NA |
CURSOR_PRINTER | NA | NA |
CURSOR_SPEAKER | NA | NA |
CURSOR_UP_ARROW | NA | NA |
This action dose not return any value.
ToolBarEx.SetButtonTooltipText ( | (string) ToolBarExName, (number) Button = 1, (string) TooltipText = "" ) |
To SetButtonTooltipText from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(string) The TooltipText.
This action dose not return any value.
(string) ToolBarEx.GetButtonTooltipText ( | (string) ToolBarExName ) |
To GetButtonTooltipText from ToolBarEx Object
(string) The name of the ToolBarEx object.
(string)
ToolBarEx.SetAllButtonsTooltipText ( | (string) ToolBarExName, (number) MaxNumButton = 1, (string) TooltipText = "" ) |
To SetAllButtonsTooltipText from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The MaxNumButton (max 20 buttons).
(string) The TooltipText.
This action dose not return any value.
ToolBarEx.SetButtonPos ( | (string) ToolBarExName, (number) Button = 1, (number) PosX = 0, (number) PosY = 0 ) |
To SetButtonPos from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(number) The PosX.
(number) The PosY.
This action dose not return any value.
(table) ToolBarEx.GetButtonPos ( | (string) ToolBarExName ) |
To GetButtonPos from ToolBarEx Object
(string) The name of the ToolBarEx object.
(table)
ToolBarEx.SetAllButtonsPos ( | (string) ToolBarExName, (number) MaxNumButton = 1, (number) PosX = 0, (number) PosY = 0 ) |
To SetAllButtonsPos from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The MaxNumButton (max 20 buttons).
(number) The PosX.
(number) The PosY.
This action dose not return any value.
(table) ToolBarEx.GetAllButtonsPos ( | (string) ToolBarExName, (number) MaxNumButton = 1 ) |
To GetAllButtonsPos from ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The MaxNumButton (max 20 buttons).
(table)
ToolBarEx.SetButtonImage ( | (string) ToolBarExName, (number) Button = 1, (string) NewImagePath = "" ) |
To SetButtonImage ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(string) The NewImagePath.
This action dose not return any value.
(string) ToolBarEx.GetButtonImage ( | (string) ToolBarExName, (number) Button = 1 ) |
To GetButtonImage ToolBarEx Object
(string) The name of the ToolBarEx object.
(number) The Button (max 20 buttons).
(string)
This File Was Generated With AMS ActionFile Editor