PagePorter Class Library

FpLinkBar.GetDefaultProperty Method 

Returns the default value for the specified property name.

[Visual Basic]
Public Function GetDefaultProperty( _
   ByVal property As String _
) As String
[C#]
public string GetDefaultProperty(
   string property
);

Parameters

property
The name of the property.

Return Value

The default value of the specified property, or null (Nothing in Visual Basic) if it does not exist, or is not a dynamic default property.

Remarks

This method is used by the property editor in design mode to get the default values for the ButtonFormat properties. This is necessary because the default values change as other properies change.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace