Gets a value indicating whether this
RasterImageList is currently sorting.
Syntax
Visual Basic (Declaration) | |
---|
Protected ReadOnly Property IsSorting As Boolean |
C# | |
---|
protected bool IsSorting {get;} |
Managed Extensions for C++ | |
---|
protected: __property bool get_IsSorting(); |
C++/CLI | |
---|
protected:
property bool IsSorting {
bool get();
} |
Return Value
true if this
RasterImageList is currently sorting; otherwise
false
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also