RSOP_IEToolbarButton class
Represents the toolbar button object for the Internet Explorer browser.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[AMENDMENT]
class RSOP_IEToolbarButton
{
string rsopID;
uint32 rsopPrecedence;
sint32 buttonOrder;
string caption;
string actionPath;
string iconPath;
string hotIconPath;
boolean showOnToolbarByDefault;
};
Members
The RSOP_IEToolbarButton class has these types of members:
Properties
The RSOP_IEToolbarButton class has these properties.
-
actionPath
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: required, DisplayName ("Action Path")
Script file or executable program to run when the toolbar button is pressed.
-
-
buttonOrder
-
-
Data type: sint32
-
Access type: Read-only
-
Qualifiers: key, required, DisplayName ("Button Order")
Order of the toolbar button in a list. This property is used for internal purposes only.
-
-
caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: required, DisplayName ("Caption")
Tooltip that appears when the mouse cursor is placed over the toolbar button.
-
-
hotIconPath
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: required, DisplayName ("Hot Icon Path")
File system path to the color icon that displays on the toolbar button when the toolbar button is highlighted during a mouse rollover.
-
-
iconPath
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: required, DisplayName ("Icon Path")
File system path to the grayscale icon that displays on the toolbar button when the toolbar button is not highlighted.
-
-
rsopID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP ID")
Foreign key to RSOP_PolicySetting.
-
-
rsopPrecedence
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP Precedence")
Foreign key to RSOP_PolicySetting.
-
-
showOnToolbarByDefault
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: DisplayName ("Show On Toolbar By Default")
If TRUE the toolbar button displays on the standard Internet Explorer toolbar. If FALSE, the button does not display.
-
Remarks
The number of custom buttons placed on the Internet Explorer button bar is specified by the toolbarButtons property of the RSOP_IEAKPolicySetting class.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\RSOP\Computer, Root\RSOP\User |
MOF |
|
DLL |
|