Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / FormatTitleButtonTextEventArgs Class / FormatTitleButtonTextEventArgs Constructor
The date from which the information is retrieved.
The text to paint in the TitleButton.


In This Topic
    FormatTitleButtonTextEventArgs Constructor
    In This Topic
    Initializes a new instance of the FormatTitleButtonTextEventArgs class specifying the date and text to paint in the TitleButton.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal date As Date, _
       ByVal text As String _
    )
    'Usage
     
    Dim date As Date
    Dim text As String
     
    Dim instance As New FormatTitleButtonTextEventArgs(date, text)
    public FormatTitleButtonTextEventArgs( 
       DateTime date,
       string text
    )

    Parameters

    date
    The date from which the information is retrieved.
    text
    The text to paint in the TitleButton.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also