Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Colour colText, Colour colBack=Colour.wxNullColour, Colour colBorder=Colour.wxNullColour, Font font=Font.wxNullFont, CalendarDateBorder border=CalendarDateBorder.wxCAL_BORDER_NONE) | |
this (CalendarDateBorder border, Colour colBorder) | |
void | TextColour (Colour value) |
Colour | TextColour () |
void | BackgroundColour (Colour value) |
Colour | BackgroundColour () |
void | BorderColour (Colour value) |
Colour | BorderColour () |
void | font (Font value) |
Font | font () |
void | Border (CalendarDateBorder value) |
CalendarDateBorder | Border () |
void | IsHoliday (bool value) |
bool | IsHoliday () |
bool | HasTextColour () |
bool | HasBackgroundColour () |
bool | HasBorderColour () |
bool | HasFont () |
bool | HasBorder () |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Protected Member Functions | |
override void | dtor () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
this | ( | Colour | colText, | |
Colour | colBack = Colour.wxNullColour , |
|||
Colour | colBorder = Colour.wxNullColour , |
|||
Font | font = Font.wxNullFont , |
|||
CalendarDateBorder | border = CalendarDateBorder.wxCAL_BORDER_NONE | |||
) |
this | ( | CalendarDateBorder | border, | |
Colour | colBorder | |||
) |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
void TextColour | ( | Colour | value | ) |
Colour TextColour | ( | ) |
void BackgroundColour | ( | Colour | value | ) |
Colour BackgroundColour | ( | ) |
void BorderColour | ( | Colour | value | ) |
Colour BorderColour | ( | ) |
void font | ( | Font | value | ) |
Font font | ( | ) |
void Border | ( | CalendarDateBorder | value | ) |
void IsHoliday | ( | bool | value | ) |
bool IsHoliday | ( | ) |
bool HasTextColour | ( | ) |
bool HasBackgroundColour | ( | ) |
bool HasBorderColour | ( | ) |
bool HasFont | ( | ) |
bool HasBorder | ( | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |