PagePorter Class Library

FpWebControl.FriendlyName Property

Gets the friendly name for display in the Visual Studio .NET Toolbox.

[Visual Basic]
Overridable Public ReadOnly Property FriendlyName As String
[C#]
public virtual string FriendlyName {get;}

Property Value

The friendly name for display in the Visual Studio .NET Toolbox.

Remarks

Unless a derived control overrides this property, the name displayed in the Visual Studio .NET Toolbox Window will be the class name of the control.

See Also

FpWebControl Class | Parastream.Web.UI.WebControls Namespace