Enum ButtonContext
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This enum is used for the context of custom buttons
public enum ButtonContext
- Extension Methods
Fields
Application = 1The Session Context means the custom button is specific for applications.
Form = 2The Session Context means the custom button is specific for forms.
Session = 0The Session Context means the custom button is added to the web session.