WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimePickerAdvMenu

    Show / Hide Table of Contents

    Class DateTimePickerAdvMenu

    DateTimePickerAdv Menu class.

    Inheritance
    System.Object
    DateTimePickerAdvMenu
    Implements
    IDateTimePickerAdvMenu
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DateTimePickerAdvMenu : ContextMenu, IDateTimePickerAdvMenu

    Constructors

    DateTimePickerAdvMenu()

    Declaration
    public DateTimePickerAdvMenu()

    Fields

    currentCulture

    Declaration
    public CultureInfo currentCulture
    Field Value
    Type Description
    System.Globalization.CultureInfo

    Properties

    CopyEnabled

    Declaration
    public bool CopyEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    CutEnabled

    Declaration
    public bool CutEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    NoDateTimeChecked

    Declaration
    public bool NoDateTimeChecked { get; set; }
    Property Value
    Type Description
    System.Boolean

    NoDateTimeEnabled

    Declaration
    public bool NoDateTimeEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    PasteEnabled

    Declaration
    public bool PasteEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowNoDateTime

    Declaration
    public bool ShowNoDateTime { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnPopup(EventArgs)

    Declaration
    protected override void OnPopup(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    ShowPopup(Control, Point)

    Declaration
    public void ShowPopup(Control control, Point pt)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    System.Drawing.Point pt

    Events

    Copy

    Declaration
    public event EventHandler Copy
    Event Type
    Type Description
    System.EventHandler

    Cut

    Declaration
    public event EventHandler Cut
    Event Type
    Type Description
    System.EventHandler

    NoDateTime

    Declaration
    public event EventHandler NoDateTime
    Event Type
    Type Description
    System.EventHandler

    Paste

    Declaration
    public event EventHandler Paste
    Event Type
    Type Description
    System.EventHandler

    Explicit Interface Implementations

    IDateTimePickerAdvMenu.add_Popup(EventHandler)

    Declaration
    void IDateTimePickerAdvMenu.add_Popup(EventHandler value)
    Parameters
    Type Name Description
    System.EventHandler value

    IDateTimePickerAdvMenu.remove_Popup(EventHandler)

    Declaration
    void IDateTimePickerAdvMenu.remove_Popup(EventHandler value)
    Parameters
    Type Name Description
    System.EventHandler value

    Implements

    IDateTimePickerAdvMenu
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved