WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDateTimePickerAdvMenu

    Show / Hide Table of Contents

    Interface IDateTimePickerAdvMenu

    IDateTimePickerAdvMenu interface.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IDateTimePickerAdvMenu

    Properties

    CopyEnabled

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

    CutEnabled

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

    NoDateTimeChecked

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

    NoDateTimeEnabled

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

    PasteEnabled

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

    ShowNoDateTime

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

    Methods

    ShowPopup(Control, Point)

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

    Events

    Copy

    Declaration
    event EventHandler Copy
    Event Type
    Type Description
    System.EventHandler

    Cut

    Declaration
    event EventHandler Cut
    Event Type
    Type Description
    System.EventHandler

    NoDateTime

    Declaration
    event EventHandler NoDateTime
    Event Type
    Type Description
    System.EventHandler

    Paste

    Declaration
    event EventHandler Paste
    Event Type
    Type Description
    System.EventHandler

    Popup

    Declaration
    event EventHandler Popup
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved