Menu.StaticPopOutImageTextFormatString Property

Gets or sets the alternate text for the pop-out image used to indicate that a static menu item has a submenu.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
property String^ StaticPopOutImageTextFormatString {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_StaticPopOutImageTextFormatString ()

/** @property */
public void set_StaticPopOutImageTextFormatString (String value)

public function get StaticPopOutImageTextFormatString () : String

public function set StaticPopOutImageTextFormatString (value : String)

Not applicable.

Property Value

The alternate text for the pop-out image. The default is an empty string (""), which indicates that this property is not set.

When a static menu item contains a submenu, an image can be displayed to indicate that the user can expand the menu. Use the StaticPopOutImageTextFormatString property to specify the alternate text for this image.

There are two ways to display the image:

NoteNote:

This property applies to both the built-in image and the custom image.

The following code example demonstrates how to use the StaticPopOutImageTextFormatString property to specify the alternate text for the image used to indicate that a static menu item has a submenu. This text is displayed as a ToolTip when the user positions the mouse pointer over the image.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: