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 |
System.Globalization.CultureInfo |
Properties
Declaration
public bool CopyEnabled { get; set; }
Property Value
Declaration
public bool CutEnabled { get; set; }
Property Value
Declaration
public bool NoDateTimeChecked { get; set; }
Property Value
Declaration
public bool NoDateTimeEnabled { get; set; }
Property Value
Declaration
public bool PasteEnabled { get; set; }
Property Value
Declaration
public bool ShowNoDateTime { get; set; }
Property Value
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
Declaration
public event EventHandler Cut
Event Type
Declaration
public event EventHandler NoDateTime
Event Type
Declaration
public event EventHandler Paste
Event Type
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