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