DateTimePickerAdv Menu class.
Inheritance
System.Object
DateTimePickerAdvMenu
Assembly: Syncfusion.Tools.Windows.dll
public class DateTimePickerAdvMenu : ContextMenu, IDateTimePickerAdvMenu
Constructors
Declaration
public DateTimePickerAdvMenu()
Fields
Declaration
public CultureInfo currentCulture
Field Value
Type |
Description |
System.Globalization.CultureInfo |
|
Properties
Declaration
public bool CopyEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool CutEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool NoDateTimeChecked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool NoDateTimeEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool PasteEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowNoDateTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected override void OnPopup(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
public void ShowPopup(Control control, Point pt)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
control |
|
System.Drawing.Point |
pt |
|
Events
Declaration
public event EventHandler Copy
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
public event EventHandler Cut
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
public event EventHandler NoDateTime
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
public event EventHandler Paste
Event Type
Type |
Description |
System.EventHandler |
|
Explicit Interface Implementations
Declaration
void IDateTimePickerAdvMenu.add_Popup(EventHandler value)
Parameters
Type |
Name |
Description |
System.EventHandler |
value |
|
Declaration
void IDateTimePickerAdvMenu.remove_Popup(EventHandler value)
Parameters
Type |
Name |
Description |
System.EventHandler |
value |
|
Implements