Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the image button for the search box.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public ImageButton Button { get; }
public:
property ImageButton^ Button {
ImageButton^ get();
}
Public ReadOnly Property Button As ImageButton
Property Value
Type: System.Web.UI.WebControls.ImageButton
An instance of ImageButton.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top