Welcome
SplitButton
1.0.0.0
Creates a split button that can either be clicked or show a drop down menu.
Freeware
Dean Hall (AKA) RizlaUK
www.luadevils.com
rizlauk@luadevils.com
This plugin requires Windows Vista and above
Unpack the folder "SplitButton" to your AMS object plugins directory.
EG: C:\Program Files\AutoPlay Media Studio 8\Plugins\Objects
SplitButton.SetText
SplitButton.GetText
SplitButton.SetStateImages
SplitButton.SetText ( | (string) ObjectName, (string) Text ) |
Sets the buttons text.
(string) The name of the object.
(string) The new text to display in the button.
This action dose not return any value.
(string) SplitButton.GetText ( | (string) ObjectName ) |
Gets the buttons text.
(string) The name of the object.
(string) The text caption displayed in the button, or a blank string ("") if any error.
SplitButton.SetStateImages ( | (string) ObjectName, (string) Normal, (string) Hot = "", (string) Pressed = "", (string) Disabled = "", (string) Defaulted = "" ) |
Gets the buttons text.
(string) The name of the object.
(string) The path to the image to show.
(string) The path to the "Hot" image.
Note: If no image is set here then the "Normal" state is used.
(string) The path to the "Pressed" image.
Note: If no image is set here then the "Normal" state is used.
(string) The path to the "Disabled" image.
Note: If no image is set here then the "Normal" state is used.
(string) The path to the "Defaulted" image.
Note: If no image is set here then the "Normal" state is used.
This action dose not return any value.
This File Was Generated With AMS ActionFile Editor