SubMenuStyleCollectionEditor::CanSelectMultipleInstances Method ()

 

Gets a value indicating whether multiple SubMenuStyle elements can be selected in the editor at one time.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual bool CanSelectMultipleInstances() override

Return Value

Type: System::Boolean

Always false.

The CanSelectMultipleInstances method always returns false; thus, only one SubMenuStyle object can be selected at a time in the SubMenuStyleCollectionEditor object.

.NET Framework
Available since 2.0
Return to top
Show: