Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinCalendar Class / FormatTitleButtonText Event


    FormatTitleButtonText Event
    Raised when the text in the MonthHeader's TitleButton is about to be painted.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Raised when the text in the MonthHeader's TitleButton is about to be painted.")>
    <CategoryAttribute("Appearance")>
    Public Event FormatTitleButtonText As FormatTitleButtonTextEventHandler
     
    'Usage
     
    Dim instance As WinCalendar
    Dim handler As FormatTitleButtonTextEventHandler
     
    AddHandler instance.FormatTitleButtonText, handler
    Event Data

    The event handler receives an argument of type FormatTitleButtonTextEventArgs containing data related to this event. The following FormatTitleButtonTextEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the date from which the information to paint in the MonthHeader.TitleButton is retrieved.  
    Gets or sets the text to paint in the MonthHeader.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