LinkArea::IsEmpty Property

 

Gets a value indicating whether the LinkArea is empty.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the specified start and length return an empty link area; otherwise, false.

You can use this property to determine whether a valid link area has been specified in this object instead of evaluating the values of the Length and Start properties.

.NET Framework
Available since 1.1
Return to top
Show: