SplitButton Help File

SplitButton Help File

Plugin Name:

SplitButton

Current Version:

1.0.0.0

Description:

Creates a split button that can either be clicked or show a drop down menu.

Licence:

Freeware

Author:

Dean Hall (AKA) RizlaUK

Web:

www.luadevils.com

E-mail:

rizlauk@luadevils.com

Requirements:

This plugin requires Windows Vista and above

Install Notes:

Unpack the folder "SplitButton" to your AMS object plugins directory.

EG: C:\Program Files\AutoPlay Media Studio 8\Plugins\Objects


Table of Contents

SplitButton.SetText
SplitButton.GetText
SplitButton.SetStateImages

SplitButton.SetText


SplitButton.SetText ( 

(string) ObjectName,

(string) Text )

Description

Sets the buttons text.

Parameters

ObjectName

(string) The name of the object.

Text

(string) The new text to display in the button.

Returns

This action dose not return any value.


SplitButton.GetText


(string) SplitButton.GetText ( 

(string) ObjectName )

Description

Gets the buttons text.

Parameters

ObjectName

(string) The name of the object.

Returns

(string) The text caption displayed in the button, or a blank string ("") if any error.


SplitButton.SetStateImages


SplitButton.SetStateImages ( 

(string) ObjectName,

(string) Normal,

(string) Hot = "",

(string) Pressed = "",

(string) Disabled = "",

(string) Defaulted = "" )

Description

Gets the buttons text.

Parameters

ObjectName

(string) The name of the object.

Normal

(string) The path to the image to show.

Hot

(string) The path to the "Hot" image.

Note: If no image is set here then the "Normal" state is used.

Pressed

(string) The path to the "Pressed" image.

Note: If no image is set here then the "Normal" state is used.

Disabled

(string) The path to the "Disabled" image.

Note: If no image is set here then the "Normal" state is used.

Defaulted

(string) The path to the "Defaulted" image.

Note: If no image is set here then the "Normal" state is used.

Returns

This action dose not return any value.




This File Was Generated With AMS ActionFile Editor