LinkLabel::LinkCollection::LinksAdded Property

 

Gets a value indicating whether links have been added to the LinkLabel::LinkCollection.

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

public:
property bool LinksAdded {
	bool get();
}

Property Value

Type: System::Boolean

true if links have been added to the LinkLabel::LinkCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: