Click or drag to resize
IFdfDialogControl Interface
Interface providing custom dialog control UI capabilities.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdfDialogControl : IFdfControl

The IFdfDialogControl type exposes the following members.

Methods
  NameDescription
Public methodOnCancel
Occurs when user hits Cancel button.
Public methodOnHelp
Occurs when user hits Help button.
Public methodOnOk
Occurs when user hits OK button.
Top
Remarks