| Visual Basic (Declaration) | |
|---|---|
Public Property EnableRubberBandSelection As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool EnableRubberBandSelection {get; set;} | |
| XAML Attributes Usage | |
|---|---|
<object EnableRubberBandSelection=bool/> | |
| Dependencies Property Information | |
|---|---|
Identifier field | |
Metadata properties set to true | None |
| XAML Attributes Usage | |
|---|---|
<object EnableRubberBandSelection=bool/> | |
| Dependencies Property Information | |
|---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
true to enable rubber band selection; otherwise it is false.For XAML example, refer to EnableRubberBandSelection.
| Visual Basic | Copy Code |
|---|---|
Public Sub ImageList_EnableRubberBandSelection(ByVal imageList As ImageList) | |
| C# | Copy Code |
|---|---|
public void ImageList_EnableRubberBandSelection(ImageList imageList) | |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family