Column for the SongGridView control.
Declaration Syntax
C# | Visual Basic |
public class SongGridViewColumn
Public Class SongGridViewColumn
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SongGridViewColumn(String, String, Boolean, Int32) |
Constructor for the SongGridViewColumn class.
| |
CanBeMoved |
Indicates if the column can be moved.
| |
CanBeReordered |
Indicates if the column can be reordered.
| |
CanBeResized |
Indicates if the column can be resized.
| |
Equals(Object) | (Inherited from Object.) | |
FieldName |
Column field name (related to the AudioFile class).
| |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsHeaderTitleVisible |
Indicates if the header title should be visible or not.
| |
IsMouseCursorOverColumnLimit |
Indicates if the mouse cursor is over the column limit (i.e. for column resizing).
This property is set automatically by the song grid view control.
| |
IsMouseOverColumnHeader |
Indicates if the mouse cursor is currently over the column header.
This property is set automatically by the song grid view control.
| |
IsUserMovingColumn |
Indicates if the user is currently moving the column.
This property is set automatically by the song grid view control.
| |
IsUserResizingColumn |
Indicates if the user is currently resizing the column.
This property is set automatically by the song grid view control.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Order |
Column order.
| |
Title |
Column title.
| |
ToString()()()() | (Inherited from Object.) | |
Visible |
Indicates if the column is visible or not.
| |
Width |
Column width.
|
Inheritance Hierarchy
Object | |
SongGridViewColumn |