MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SongGridViewColumn Class
NamespacesMPfm.WindowsControlsSongGridViewColumn
Column for the SongGridView control.
Declaration Syntax
C#Visual Basic
public class SongGridViewColumn
Public Class SongGridViewColumn
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Visible
Indicates if the column is visible or not.

Width
Column width.

Inheritance Hierarchy
Object
SongGridViewColumn

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)