• Responder Overview
    • Application Framework - Responder
      • Responder Licensing
      • Implementing Customizations
        • Distribute Responder Customizations
        • Custom Layout XML Code Sample
      • Commands in Responder
        • Button Command Code Sample
        • Context Menu Command Code Sample
        • Add Responder Command to User Interface
      • Customize Toolbars
    • Responder Customizations
      • User Interface
        • Commands
        • Modify Snooze Values
        • Field Display
      • Column Order
      • Responder Integration
      • Submit Rules
        • Submit Rule Processing
        • Submit Rule Guidelines
      • Request Objects
        • Create Request Object
        • Query Windows Service
      • Filters
        • Tree Filters
        • Grid Filters
        • Evaluators
        • Upgrade Existing Tree Filters
      • Responder Reports
        • Input Controls
        • Filter Objects
    • Archive Explorer Customization
      • User Interface
        • Commands
        • Field Display
      • Column Order
      • Responder Reports
        • Input Controls
        • Filter Objects
      • Archive Explorer Queries
        • Input Controls
        • Filter Objects
    • Responder Localization
      • Localizing Responder Reports
      • Localizing Responder XML Files
      • Localizing Responder Service Configuration
      • Localizing Responder Map and Switch Order Request Viewers
    • Responder White Papers
      • Editing the RX_CUSTOMERS Table
    • Responder .NET Assemblies
      • Miner.Data.Access Assembly
        • Overview
        • Namespaces
          • Miner.Data.Access Namespace
            • Overview
            • Classes
              • ColumnValueLoaderCriteria
                • Overview
                • Members
                • ColumnValueLoaderCriteria Constructor
                  • ColumnValueLoaderCriteria Constructor()
                  • ColumnValueLoaderCriteria Constructor(DataColumn[])
                  • ColumnValueLoaderCriteria Constructor(Boolean,DataColumn[])
                  • ColumnValueLoaderCriteria Constructor(String[])
                • Methods
                  • AssignColumnNames Method
                • Properties
                  • ColumnNames Property
                  • ColumnValues Property
                  • QuerySuffix Property
                  • Threshold Property
              • DataLoader
                • Overview
                • Members
                • DataLoader Constructor
                • Methods
                  • LoadRelatedDataInOneDirection Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,String) Method
                  • LoadRelatedRows Method
                    • LoadRelatedRows(DataSession,DataRow,String) Method
                    • LoadRelatedRows(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRow[],String) Method
                    • LoadRelatedRows(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,String) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,DataRelation) Method
                  • LoadRows Method
                  • RefreshOriginalValues Method
                  • Select Method
                    • Select(DataSession,String,IDbLoaderCriteria) Method
                    • Select(DataSession,String,IDbLoaderCriteria,String[]) Method
                  • SelectCount Method
              • DataRowRule
                • Overview
                • Members
                • DataRowRule Constructor
                • Methods
                  • ConstructCondition Method
                  • Evaluate Method
                    • Evaluate(IDictionary) Method
                    • Evaluate(IDictionary,DataRow) Method
                  • PerformAction Method
                    • PerformAction(IDictionary) Method
                    • PerformAction(IDictionary,DataRow) Method
                • Properties
                  • Row Property
              • DataSession
                • Overview
                • Members
                • DataSession Constructor
                  • DataSession Constructor(IDbConnection)
                  • DataSession Constructor(IDbConnection,IDbTransaction)
                • Methods
                  • BeginTransaction Method
                    • BeginTransaction() Method
                    • BeginTransaction(IsolationLevel) Method
                  • BeginTransactionWithNoReadLocks Method
                  • Clone Method
                  • CommitTransaction Method
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                  • Finalize Method
                  • OpenSession Method
                  • RollbackTransaction Method
                  • SetSessionName Method
                • Properties
                  • Connection Property
                  • Transaction Property
              • DataSource
                • Overview
                • Members
                • DataSource Constructor
                  • DataSource Constructor()
                  • DataSource Constructor(SupportedDataProvider)
                  • DataSource Constructor(IDbProviderFactory,DataSyntax)
                • Methods
                  • ExecuteDataSet Method
                  • ExecuteDataTable Method
                  • ExecuteNonQuery Method
                    • ExecuteNonQuery(DataSession,IDbOperation) Method
                    • ExecuteNonQuery(DataSession,IDbOperation[]) Method
                  • ExecuteReader Method
                  • ExecuteRows Method
                  • ExecuteScalar Method
                    • ExecuteScalar(DataSession,IDbOperation) Method
                    • ExecuteScalar(DataSession,IDbOperation[]) Method
                  • LockTable Method
                  • MoveTable Method
                    • MoveTable(DataTable,DataSet,DataSet) Method
                    • MoveTable(DataTable,DataSet) Method
                  • OnAnnotateDataSet Method
                  • OnAnnotateTable Method
                • Properties
                  • DataPersister Property
                  • Loader Property
                  • ProviderFactory Property
                  • Syntax Property
                • Events
                  • AnnotateDataSet Event
                  • AnnotateTable Event
                  • RealizeSql Event
              • DataSyntax
                • Overview
                • Members
                • Methods
                  • ApplicableIsolationLevel Method
                  • ClearAllPools Method
                  • ConcatenateStrings Method
                  • GetIfNullString Method
                  • GetLockTableStatement Method
                  • GetParameterName Method
                  • GetTimeSpan Method
                  • IsDeadlockDetectedError Method
                  • IsForeignKeyConstraintViolationError Method
                  • IsProviderException Method
                  • IsResourceBusyError Method
                  • IsUniqueConstraintError Method
                  • QuoteString Method
                  • ToSqlCalculateDuration Method
                  • ToSqlCompareDuration Method
                  • ToSqlFirstRowOnly Method
                  • ToSqlInterval Method
                  • ToSqlString Method
                  • ToSqlStringArray Method
                  • TranslateToProviderException Method
                • Properties
                  • SysDate Property
                  • UTCDate Property
              • DataSyntax.WhereClauseSelect
                • Overview
                • Members
                • DataSyntax.WhereClauseSelect Constructor
                • Fields
                  • All Field
                  • None Field
              • DbCompare
                • Overview
                • Members
                • Methods
                  • Compare Method
                  • IsEqual Method
                  • IsEqualText Method
                  • IsGreaterThan Method
                  • IsGreaterThanOrEqual Method
                  • IsInSet Method
                    • IsInSet(Object,Object[]) Method
                    • IsInSet<T>(T,IEnumerable<T>) Method
                  • IsLessThan Method
                  • IsLessThanOrEqual Method
                  • IsNotEqual Method
                  • IsNotNull Method
                  • IsNull Method
                  • IsNullOrEmpty Method
                  • IsNullOrEqual Method
              • DbConvert
                • Overview
                • Members
                • Methods
                  • ToBoolean Method
                  • ToDateTime Method
                    • ToDateTime(Object,DateTime) Method
                    • ToDateTime(Nullable<DateTime>,DateTime) Method
                    • ToDateTime(Object) Method
                  • ToDouble Method
                  • ToEnum Method
                    • ToEnum<T>(Object,T) Method
                    • ToEnum<T>(Object) Method
                  • ToInt32 Method
                  • ToInt64 Method
                  • ToString Method
                    • ToString(Object,String) Method
              • DbSql
                • Overview
                • Members
                • DbSql Constructor
                  • DbSql Constructor()
                  • DbSql Constructor(String)
                  • DbSql Constructor(String,IDbDataParameter[])
                  • DbSql Constructor(String,IEnumerable<IDbDataParameter>)
                • Methods
                  • PrepareCommand Method
                  • ToString Method
                • Properties
                  • CommandTimeout Property
                  • SqlText Property
                  • TableNameOverride Property
                  • UsesAbstractSql Property
                • Operators
                  • Explicit Type Conversion Operator
          • Miner.Data.Access.Conditions Namespace
            • Overview
            • Classes
              • AlwaysCondition
                • Overview
                • Members
                • AlwaysCondition Constructor
                • Methods
                  • Evaluate Method
              • ColumnMissingCondition
                • Overview
                • Members
                • ColumnMissingCondition Constructor
                • Methods
                  • Evaluate Method
              • ColumnValueChangedCondition
                • Overview
                • Members
                • ColumnValueChangedCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • ColumnName Property
              • ColumnValueCondition
                • Overview
                • Members
                • ColumnValueCondition Constructor
                  • ColumnValueCondition Constructor(String,ValueCriterion)
                  • ColumnValueCondition Constructor(String,ValueCriterion,DataRowVersion)
                • Methods
                  • Evaluate Method
                • Properties
                  • ColumnName Property
                  • Criterion Property
                  • Version Property
              • CompareColumnsCondition
                • Overview
                • Members
                • CompareColumnsCondition Constructor
                  • CompareColumnsCondition Constructor(String,CompareColumnsCriterion,String)
                  • CompareColumnsCondition Constructor(String,CompareColumnsCriterion,String,DataRowVersion)
                • Methods
                  • Evaluate Method
                • Properties
                  • Criterion Property
                  • LeftHandSideColumnName Property
                  • RightHandSideColumnName Property
                  • Version Property
              • CompositeCondition
                • Overview
                • Members
                • Properties
                  • Conditions Property
              • ConstCondition
                • Overview
                • Members
                • ConstCondition Constructor
                • Methods
                  • Evaluate Method
              • DataRowCondition
                • Overview
                • Members
                • Methods
                  • Evaluate Method
                • Fields
                  • Always Field
                  • Never Field
              • ExtendedPropertyCondition
                • Overview
                • Members
                • ExtendedPropertyCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • Criterion Property
              • HasColumnCondition
                • Overview
                • Members
                • HasColumnCondition Constructor
                • Methods
                  • Evaluate Method
              • LogicalAndCondition
                • Overview
                • Members
                • LogicalAndCondition Constructor
                • Methods
                  • Evaluate Method
              • LogicalNotCondition
                • Overview
                • Members
                • LogicalNotCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • Condition Property
              • LogicalOrCondition
                • Overview
                • Members
                • LogicalOrCondition Constructor
                • Methods
                  • Evaluate Method
              • NeverCondition
                • Overview
                • Members
                • NeverCondition Constructor
                • Methods
                  • Evaluate Method
              • PredicateCriterion
                • Overview
                • Members
                • PredicateCriterion Constructor
                • Methods
                  • Evaluate Method
              • RowErrorCondition
                • Overview
                • Members
                • RowErrorCondition Constructor
                • Methods
                  • Evaluate Method
              • RowHasChangesCondition
                • Overview
                • Members
                • RowHasChangesCondition Constructor
                • Methods
                  • Evaluate Method
              • RowStateCondition
                • Overview
                • Members
                • RowStateCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • RowState Property
              • TableNameCondition
                • Overview
                • Members
                • TableNameCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • TableName Property
              • UsingParentRowCondition
                • Overview
                • Members
                • UsingParentRowCondition Constructor
                  • UsingParentRowCondition Constructor(String,DataRowCondition)
                  • UsingParentRowCondition Constructor(String,DataRowCondition,DataRowVersion)
                • Methods
                  • Evaluate Method
                • Properties
                  • Condition Property
                  • RelationName Property
                  • Version Property
          • Miner.Data.Access.Criteria Namespace
            • Overview
            • Classes
              • ColumnEqualsCriterion
                • Overview
                • Members
                • ColumnEqualsCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • ColumnsNotEqualCriterion
                • Overview
                • Members
                • ColumnsNotEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • CompareColumnsCriterion
                • Overview
                • Members
                • Methods
                  • MeetsCriterion Method
              • EqualsCriterion
                • Overview
                • Members
                • EqualsCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • GreaterThanCriterion
                • Overview
                • Members
                • GreaterThanCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • GreaterThanEqualCriterion
                • Overview
                • Members
                • GreaterThanEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • InSetCriterion
                • Overview
                • Members
                • InSetCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • LessThanCriterion
                • Overview
                • Members
                • LessThanCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • LessThanEqualCriterion
                • Overview
                • Members
                • LessThanEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NotEqualCriterion
                • Overview
                • Members
                • NotEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NotInSetCriterion
                • Overview
                • Members
                • NotInSetCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • NotNullCriterion
                • Overview
                • Members
                • NotNullCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NotNullOrWhiteSpaceCriterion
                • Overview
                • Members
                • NotNullOrWhiteSpaceCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NullCriterion
                • Overview
                • Members
                • NullCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • NullOrEqualsCriterion
                • Overview
                • Members
                • NullOrEqualsCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • ValueCriterion
                • Overview
                • Members
                • Methods
                  • MeetsCriterion Method
          • Miner.Data.Access.Extensions Namespace
            • Overview
            • Classes
              • DataRowExtensions
                • Overview
                • Members
                • Methods
                  • IsActive Method
          • Miner.Data.Access.Interfaces Namespace
            • Overview
            • Interfaces
              • IDataLoader
                • Overview
                • Members
                • Methods
                  • LoadRelatedDataInOneDirection Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,String) Method
                  • LoadRelatedRows Method
                    • LoadRelatedRows(DataSession,DataRow,String) Method
                    • LoadRelatedRows(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRow[],String) Method
                    • LoadRelatedRows(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,String) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,DataRelation) Method
                  • LoadRows Method
      • Miner.Data.Configuration Assembly
        • Overview
        • Namespaces
          • (Global) Namespace
            • Overview
            • Classes
              • DomainPairConfig
                • Overview
                • Members
                • DomainPairConfig Constructor
                • Properties
                  • Category Property
                  • Description Property
                  • Image Property
                  • UserVisible Property
                  • Value Property
          • Miner.Data.Configuration Namespace
            • Overview
            • Classes
              • CodedDomain
                • Overview
                • Members
                • CodedDomain Constructor
                  • CodedDomain Constructor(CodedDomainConfig)
                  • CodedDomain Constructor(String,ColumnTypeList,String,IDictionary,Boolean)
                  • CodedDomain Constructor(SerializationInfo,StreamingContext)
                  • CodedDomain Constructor()
                • Methods
                  • Compare Method
                  • GetCategory Method
                  • GetDescription Method
                  • GetImage Method
                  • GetObjectData Method
                  • GetSortOrder Method
                  • GetValue Method
                • Properties
                  • Count Property
                  • DomainEntries Property
                  • DomainPairs Property
              • ColumnStyle
                • Overview
                • Members
                • ColumnStyle Constructor
              • DataSetConfig
                • Overview
                • Members
                • DataSetConfig Constructor
                  • DataSetConfig Constructor()
                  • DataSetConfig Constructor(String)
                  • DataSetConfig Constructor(SerializationInfo,StreamingContext)
                • Methods
                  • AddDomain Method
                  • AnnotateDataset Method
                    • AnnotateDataset(DataSet) Method
                    • AnnotateDataset(DataSet,Boolean) Method
                  • AnnotateTable Method
                    • AnnotateTable(DataTable) Method
                    • AnnotateTable(DataTable,Boolean) Method
                  • AreSameRows Method
                  • BindTo Method
                  • CompareRows Method
                  • GetCaption Method
                    • GetCaption(DataTable) Method
                    • GetCaption(DataRow) Method
                  • GetChildRows Method
                  • GetColumn Method
                  • GetColumnCaption Method
                  • GetColumnName Method
                  • GetColumnNameFromPhysicalTableName Method
                  • GetColumnValue Method
                  • GetDomain Method
                    • GetDomain(String) Method
                    • GetDomain<T>(String) Method
                    • GetDomain(DataColumn) Method
                    • GetDomain(String,String) Method
                  • GetDomainName Method
                    • GetDomainName(DataColumn) Method
                    • GetDomainName(String,String) Method
                  • GetDomainPairDescription Method
                  • GetFilterCriteria Method
                  • GetFormattedDataset Method
                  • GetKeys Method
                  • GetObjectData Method
                  • GetParentRow Method
                  • GetPrimaryKeyExpression Method
                  • GetRelationship Method
                  • GetRelationshipName Method
                  • GetRepresents Method
                    • GetRepresents(DataTable) Method
                    • GetRepresents(DataRow) Method
                    • GetRepresents(DataRow[]) Method
                    • GetRepresents(DataRelation) Method
                    • GetRepresents(DataColumn) Method
                  • GetRowCaption Method
                  • GetTable Method
                  • GetTableName Method
                  • GetTimeKind Method
                  • GetUniqueID Method
                  • HasCaption Method
                  • HasColumn Method
                  • HasRowCaption Method
                  • HasTable Method
                  • InsertFieldValues Method
                    • InsertFieldValues(String,DataRow) Method
                    • InsertFieldValues(String,DataRow,TableStyle) Method
                  • IsConfigured Method
                    • IsConfigured(DataTable) Method
                    • IsConfigured(DataColumn) Method
                  • IsEditable Method
                    • IsEditable(DataTable) Method
                    • IsEditable(DataRow) Method
                    • IsEditable(DataRow[]) Method
                    • IsEditable(DataColumn) Method
                  • IsVisible Method
                  • SetColumnValue Method
                  • Unbind Method
                  • Update Method
                • Properties
                  • Domains Property
                  • Name Property
              • Domain
                • Overview
                • Members
                • Methods
                  • Compare Method
                  • GetCategory Method
                  • GetDescription Method
                  • GetImage Method
                  • GetObjectData Method
                  • GetSortOrder Method
                  • GetValue Method
                • Properties
                  • Count Property
                  • DataType Property
                  • DomainConfiguration Property
                  • Name Property
                  • ResourceAssembly Property
      • Miner.Data.Decoration Assembly
        • Overview
        • Namespaces
          • Miner.Data.Decoration Namespace
            • Overview
            • Classes
              • DatarowDecorator
                • Overview
                • Members
                • DatarowDecorator Constructor
                  • DatarowDecorator Constructor(DataRow,DataSetConfig)
                  • DatarowDecorator Constructor(DataRow,DataSetConfig,RulePackages)
                  • DatarowDecorator Constructor(DataRow,DataSetConfig,RulePackages,DeviceOperationType)
                • Methods
                  • DragDrop Method
                  • DragOver Method
                  • GetColumnStyle Method
                  • Refresh Method
                  • ValidateDataSource Method
                • Properties
                  • Caption Property
                  • ColumnStyles Property
                  • DataRow Property
                  • DataSetTransaction Property
                  • IgnoreConstraints Property
                  • OperationType Property
                  • Style Property
              • DatarowFieldView
                • Overview
                • Members
                • DatarowFieldView Constructor
                • Methods
                  • BeginUpdate Method
                  • Clear Method
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • EndUpdate Method
                  • Initialize Method
                  • OnRightToLeftChanged Method
                  • Refresh Method
                • Properties
                  • BackColor Property
                  • CaptionFormatString Property
                  • DataRow Property
                  • DesignText Property
                  • Editable Property
                  • FieldNameWidth Property
                  • ForeColor Property
                  • ShowNowButton Property
                • Events
                  • FieldChanged Event
              • DataSelectionEventArgs
                • Overview
                • Members
                • DataSelectionEventArgs Constructor
                  • DataSelectionEventArgs Constructor(Object,String,DataRow[])
                  • DataSelectionEventArgs Constructor(String)
                  • DataSelectionEventArgs Constructor(Object,String,DataRow[],String)
                • Methods
                  • GetCurrentCellText Method
                  • GetDataRows Method
                  • GetSelectedRowsText Method
                  • SetDataRows Method
                • Properties
                  • ObjectWithFocus Property
                  • TableName Property
              • DataSelectionMonitor
                • Overview
                • Members
                • Methods
                  • GetCurentCellText Method
                  • GetCurrentSelection Method
                  • GetSelectedRowsText Method
                  • OnColumnSelectedChanged Method
                  • OnDataSelectionChanged Method
                • Properties
                  • CurrentObject Property
                  • CurrentTable Property
                • Events
                  • CellSelectionChanged Event
                  • DataSelectionChanged Event
              • DecoratorBase
                • Overview
                • Members
                • Methods
                  • CheckContextMenu Method
                  • DragDrop Method
                  • DragOver Method
                  • MakePopupRecursive Method
                  • OnRefreshRequested Method
                  • Refresh Method
                  • RequestRefresh Method
                  • ValidateDataSource Method
                • Properties
                  • Caption Property
                  • ClientRules Property
                  • Configurator Property
                  • ContextMenu Property
                  • DataSource Property
                  • DisplayCategories Property
                  • HasRefreshRequestedListener Property
                  • Log Property
                  • Style Property
                • Fields
                  • _caption Field
                  • _configurator Field
                  • _dataSource Field
                  • _style Field
                • Events
                  • RefreshRequested Event
              • EditViewBase
                • Overview
                • Members
                • EditViewBase Constructor
                • Methods
                  • Clear Method
                  • GetEditView Method
                    • GetEditView(String,ControlStyle) Method
                    • GetEditView(String,ControlStyle,Boolean) Method
                  • Initialize Method
                  • Refresh Method
                  • ValidateEdits Method
                • Properties
                  • Decorator Property
                • Fields
                  • _currencyManager Field
                  • _decorator Field
              • EvaluatorBase
                • Overview
                • Members
                • Methods
                  • CreateCustomEvaluator Method
                  • EvaluateToBool Method
                  • GetEvaluator Method
                • Properties
                  • Arguments Property
                  • Caption Property
                  • Description Property
                  • EvaluatorInput Property
                  • Log Property
                • Fields
                  • _evaluatorInput Field
              • UltraGridSafe
                • Overview
                • Members
                • UltraGridSafe Constructor
                • Methods
                  • OnPaint Method
                  • Refresh Method
                  • VerifyChildElements Method
            • Interfaces
              • IEvaluatorInput
                • Overview
                • Members
                • Methods
                  • Initialize Method
                • Properties
                  • Arguments Property
      • Miner.Responder.Windows Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Windows Namespace
            • Overview
            • Classes
              • DataManager
                • Overview
                • Members
                • DataManager Constructor
                • Methods
                  • BeginUpdate Method
                  • ChangeCultureTimeMode Method
                  • EndUpdate Method
                  • GeospatialToolDeactivated Method
                  • HandleConcurrencyError Method
                  • OnDataRowActivated Method
                  • OnDataRowSelected Method
                  • OnFeatureSelectionChanged Method
                  • OnGeoRowActivated Method
                  • OnGeoRowsActivated Method
                  • OnRefreshed Method
                    • OnRefreshed() Method
                    • OnRefreshed(RefreshType) Method
                  • OnRefreshing Method
                  • OnReinitialize Method
                  • OnSubmitted Method
                  • OnSubmitting Method
                  • OnUpdateData Method
                  • RefreshConfigurator Method
                  • RefreshMap Method
                  • RegionName Method
                  • Submit Method
                    • Submit(DataSet) Method
                    • Submit(DataSet,Boolean,Boolean) Method
                • Properties
                  • ClientRules Property
                  • Configurator Property
                  • DataQueries Property
                  • ExplorerData Property
                  • Instance Property
                  • LastSelectedRow Property
                  • RefreshRate Property
                  • Styles Property
                  • SyncLock Property
                  • UserIsEditing Property
                • Events
                  • DataRowActivated Event
                  • DataRowSelected Event
                  • DispatcherChanged Event
                  • FeatureSelectionChanged Event
                  • GeoRowActivated Event
                  • Refreshed Event
                  • Refreshing Event
                  • Reinitialize Event
                  • RolledUpIncidentNotification Event
                  • Submitted Event
                  • Submitting Event
                  • ToolDeactivated Event
                  • UpdateData Event
            • Interfaces
              • IExplorerData
                • Overview
                • Members
                • Methods
                  • InvokeDataUpdated Method
                  • Refresh Method
                  • RefreshUserData Method
                • Properties
                  • Datasets Property
                  • DispatcherAutoPopulating Property
                  • ForceHardRefresh Property
                  • HasRegions Property
                  • Options Property
                  • PendingDataset Property
                  • RegionIds Property
                  • RegionsAreConfigured Property
                  • ResponderDataset Property
                  • ShowAllRegionsAvailable Property
                  • ShowingAllRegions Property
                  • UserDisplayName Property
                  • UserID Property
                  • VisibleRegions Property
                  • VisibleRegionsView Property
                • Events
                  • DataUpdated Event
            • Delegates
              • DataManager.DataRowActivatedEventHandler
              • DataManager.GeoRowActivatedEventHandler
      • Miner.Windows Assembly
        • Overview
        • Namespaces
          • Miner.Windows Namespace
            • Overview
            • Classes
              • AppearanceBase
                • Overview
                • Members
                • Properties
                  • AlphaLevel Property
                  • BackColor Property
                  • BackColor2 Property
                  • BackGradientStyle Property
                  • FontData Property
                  • ForeColor Property
              • AssemblyData
                • Overview
                • Members
                • AssemblyData Constructor
                • Properties
                  • AssemblyBuild Property
                  • AssemblyVersion Property
                  • Configuration Property
                  • Copyright Property
                  • LayoutInfo Property
                  • MainWindowInfo Property
                  • ProductBuild Property
                  • ProductDescription Property
                  • ProductName Property
                  • ProductVersion Property
                  • ResourceInfo Property
                  • SplashScreenInfo Property
              • AssemblyLayoutInfoAttribute
                • Overview
                • Members
                • AssemblyLayoutInfoAttribute Constructor
                • Properties
                  • ProductName Property
                  • VendorName Property
              • AssemblyMainWindowInfoAttribute
                • Overview
                • Members
                • AssemblyMainWindowInfoAttribute Constructor
                • Properties
                  • MainIconName Property
                  • MainTitle Property
              • AssemblyResourceInfoAttribute
                • Overview
                • Members
                • AssemblyResourceInfoAttribute Constructor
                • Properties
                  • ResourceBaseName Property
                  • ResourceTextFile Property
              • AssemblySplashScreenInfoAttribute
                • Overview
                • Members
                • AssemblySplashScreenInfoAttribute Constructor
                  • AssemblySplashScreenInfoAttribute Constructor(String)
                  • AssemblySplashScreenInfoAttribute Constructor(String,Boolean)
                  • AssemblySplashScreenInfoAttribute Constructor(String,String)
                  • AssemblySplashScreenInfoAttribute Constructor(String,String,String)
                • Properties
                  • BitmapName Property
                  • ShowText Property
                  • SpecialText Property
                  • TextColor Property
                  • VersionTextColor Property
              • DropDownItem
                • Overview
                • Members
                • DropDownItem Constructor
                  • DropDownItem Constructor(Object)
                  • DropDownItem Constructor(Object,String)
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • Finalize Method
                • Properties
                  • Appearance Property
                  • DataValue Property
                  • DisplayText Property
                  • DropDownList Property
                  • HasAppearance Property
              • DropDownItemCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(DropDownItem) Method
                    • Add(Object) Method
                    • Add(Object,String) Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(DropDownItem) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                  • SyncRoot Property
              • DropDownList
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(Object) Method
                    • Add(Object,String) Method
                    • Add(DropDownItem) Method
                  • AddRange Method
                  • FindString Method
                • Properties
                  • Appearance Property
                  • DisplayStyle Property
                  • DropDownItems Property
                  • DropDownListAlignment Property
                  • DropDownListWidth Property
                  • FormatProvider Property
                  • FormatString Property
                  • HasAppearance Property
                  • MaxItemsDisplayed Property
                  • SelectedIndex Property
                  • SelectedItem Property
                  • SortStyle Property
              • FontData
                • Overview
                • Members
                • Properties
                  • Bold Property
                  • Italic Property
                  • Name Property
                  • SizeInPoints Property
                  • Underline Property
              • FrameworkDialog
                • Overview
                • Members
                • FrameworkDialog Constructor
                  • FrameworkDialog Constructor()
                  • FrameworkDialog Constructor(String)
                • Methods
                  • OnClosing Method
                  • OnLoad Method
                • Properties
                  • Key Property
              • MainApp
                • Overview
                • Members
                • Methods
                  • InitializeErrorHandling Method
                  • Run Method
                • Properties
                  • AppInitialized Property
                  • ExceptionUIEnabled Property
                  • HaveResources Property
                  • LayoutManager Property
                  • MainAssembly Property
                  • MainAttributes Property
                  • MainWin Property
                  • Resources Property
                • Events
                  • ApplicationClosing Event
                  • ApplicationInitialized Event
                  • ApplicationInitializing Event
                  • ApplicationStarting Event
                  • PerformDefaultLayout Event
                  • PerformDefaultSettings Event
                  • SelectSplashImage Event
              • MainStatusBar
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                  • Finalize Method
                • Properties
                  • StatusMessage Property
              • MainStatusPanel
                • Overview
                • Members
                • MainStatusPanel Constructor
                • Methods
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                • Properties
                  • Control Property
                  • Image Property
                  • Padding Property
                  • SizingMode Property
                  • Text Property
                  • Width Property
              • MainWindow
                • Overview
                • Members
                • MainWindow Constructor
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • FormatMainWindowText Method
                  • OnClosed Method
                  • OnClosing Method
                  • OnLoad Method
                  • OnMove Method
                  • OnResize Method
                  • OnResizeBegin Method
                  • OnResizeEnd Method
                • Properties
                  • CommandManager Property
                  • DockManager Property
                  • IsClosing Property
                  • MainStatusBar Property
                  • MdiTabManager Property
                • Events
                  • MainWindowResized Event
                  • MainWindowResizing Event
              • PersistDataItem
                • Overview
                • Members
                • PersistDataItem Constructor
                  • PersistDataItem Constructor()
                  • PersistDataItem Constructor(String,Object)
                • Methods
                  • Clone Method
                • Fields
                  • Name Field
                  • Type Field
                  • Value Field
              • ResourceData
                • Overview
                • Members
                • ResourceData Constructor
                • Methods
                  • ExistsResource Method
                  • GetBitmap Method
                    • GetBitmap(String) Method
                    • GetBitmap(String,Boolean) Method
                    • GetBitmap(String,Point) Method
                  • GetBitmapStrip Method
                    • GetBitmapStrip(String,Size) Method
                    • GetBitmapStrip(String,Size,Point) Method
                  • GetCursor Method
                  • GetIcon Method
                  • GetResourceStream Method
                    • GetResourceStream(String,String) Method
                    • GetResourceStream(String) Method
                  • GetSmallBitmapStrip Method
                    • GetSmallBitmapStrip(String) Method
                    • GetSmallBitmapStrip(String,Point) Method
                  • GetText Method
                    • GetText(String) Method
                    • GetText(String,Object[]) Method
                  • GetXmlResource Method
              • SelectSplashImageEventArgs
                • Overview
                • Members
                • SelectSplashImageEventArgs Constructor
                • Properties
                  • SplashImage Property
              • SplashEventArgs
                • Overview
                • Members
                • SplashEventArgs Constructor
                • Properties
                  • SplashScreen Property
              • SplashScreen
                • Overview
                • Members
                • SplashScreen Constructor
                • Methods
                  • Close Method
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • Finalize Method
                  • ShowStatus Method
            • Enumerations
              • DropDownAlignment
              • DropDownDisplayStyle
              • DropDownSortStyle
              • GradientStyle
              • StatusPanelSizeMode
              • StatusPanelStyle
              • TabSizing
              • TabStyle
            • Interfaces
              • ICreateData
                • Overview
                • Members
                • Methods
                  • DefineParameters Method
          • Miner.Windows.Commands Namespace
            • Overview
            • Classes
              • ButtonCommand
                • Overview
                • Members
              • CancelableCommandEventArgs
                • Overview
                • Members
                • CancelableCommandEventArgs Constructor
                • Properties
                  • Cancel Property
                  • Command Property
              • ComboBoxCommand
                • Overview
                • Members
                • Methods
                  • OnDropDownClosed Method
                  • OnDropDownOpening Method
                  • OnTextCommitted Method
                • Properties
                  • AutoComplete Property
                  • DropDownList Property
                  • DropDownStyle Property
                  • Items Property
                  • SelectedIndex Property
                  • SelectedItem Property
                • Events
                  • DropDownClosed Event
                  • DropDownOpening Event
                  • TextCommitted Event
              • Command
                • Overview
                • Members
                • Methods
                  • Execute Method
                  • OnActivating Method
                  • OnClick Method
                  • OnContextMenuOpening Method
                  • OnDeactivated Method
                  • OnDoubleClick Method
                  • OnKeyDown Method
                  • OnKeyPress Method
                  • OnKeyUp Method
                  • OnValueChanged Method
                • Properties
                  • Bounds Property
                  • Caption Property
                  • Category Property
                  • CustomizerCaption Property
                  • CustomizerDescription Property
                  • DefaultSize Property
                  • Description Property
                  • DisplayStyle Property
                  • Enabled Property
                  • FontBold Property
                  • Height Property
                  • Image Property
                  • ImageLarge Property
                  • Index Property
                  • IsActiveTool Property
                  • IsControlContainer Property
                  • IsFirstInGroup Property
                  • IsRootTool Property
                  • Key Property
                  • Persist Property
                  • Priority Property
                  • RecentlyUsed Property
                  • Shortcut Property
                  • ShowInCustomizer Property
                  • Tooltip Property
                  • Visible Property
                  • VisibleInstance Property
                  • Width Property
                • Events
                  • Activating Event
                  • Click Event
                  • ContextMenuOpening Event
                  • Deactivated Event
                  • DoubleClick Event
                  • KeyDown Event
                  • KeyPress Event
                  • KeyUp Event
                  • ValueChanged Event
              • CommandBar
                • Overview
                • Members
                • CommandBar Constructor
                  • CommandBar Constructor(String)
                  • CommandBar Constructor(String,String)
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • Finalize Method
                  • Position Method
                • Properties
                  • Commands Property
                  • DisplayStyle Property
                  • DockedColumn Property
                  • DockedPosition Property
                  • DockedRow Property
                  • FloatingLocation Property
                  • FloatingSize Property
                  • IsCustomCommandBar Property
                  • IsMainMenuBar Property
                  • Key Property
                  • Text Property
                  • TextPlacement Property
                  • Visible Property
              • CommandBarCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(CommandBar) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • CommandBarCommandCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddCommand Method
                  • AddCommandRange Method
                  • AddRange Method
                  • Clear Method
                    • Clear() Method
                    • Clear(Boolean) Method
                  • Contains Method
                    • Contains(Command) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • InsertCommand Method
                  • Remove Method
                    • Remove(Command) Method
                    • Remove(String) Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • CommandCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(Command) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • CommandEventArgs
                • Overview
                • Members
                • CommandEventArgs Constructor
                • Properties
                  • Command Property
              • CommandManager
                • Overview
                • Members
                • Methods
                  • AddDockWindowMenuItems Method
                  • AddMdiWindowMenuItems Method
                    • AddMdiWindowMenuItems(String) Method
                    • AddMdiWindowMenuItems(String,WindowMenuOptions) Method
                  • DefaultMenuItem Method
                  • EnableCommandEvents Method
                  • MakePopup Method
                  • ShowCustomizeDialog Method
                  • ShowPopup Method
                    • ShowPopup(String,String[],Point) Method
                    • ShowPopup(String,Point) Method
                • Properties
                  • Checkmark Property
                  • CommandBars Property
                  • CommandOptionSets Property
                  • Commands Property
                  • CustomizeDialogShowing Property
                  • DockWindowMenuKey Property
                  • FloatingCommandBarFadeDelay Property
                  • ImageListLarge Property
                  • ImageListSmall Property
                  • ImageTransparentColor Property
                  • LockCommandBars Property
                  • MainMenu Property
                  • MdiWindowMenuKey Property
                  • MenuAnimationStyle Property
                  • ShowFontNamesInFont Property
                  • ShowFullMenus Property
                  • ShowFullMenusDelay Property
                  • ShowShortcutsInTooltips Property
                  • ShowTooltips Property
                  • ToolBarStyle Property
                  • UseLargeImagesOnCommandBars Property
                  • UseLargeImagesOnMenus Property
              • ContextMenuOpeningEventArgs
                • Overview
                • Members
                • ContextMenuOpeningEventArgs Constructor
                • Properties
                  • ContextMenuKey Property
                  • InstanceCommand Property
              • MenuSettings
                • Overview
                • Members
                • Properties
                  • IsSideStripVisible Property
                  • ItemBackColor Property
                  • MenuBackColor Property
                  • MenuBackColor2 Property
                  • MenuGradientStyle Property
                  • SideStripBackColor Property
                  • SideStripBackColor2 Property
                  • SideStripFontBold Property
                  • SideStripFontName Property
                  • SideStripFontSize Property
                  • SideStripForeColor Property
                  • SideStripImage Property
                  • SideStripText Property
              • OptionSet
                • Overview
                • Members
                • Methods
                  • OnSelectedCommandChanged Method
                • Properties
                  • AllowAllUp Property
                  • Commands Property
                  • Key Property
                  • SelectedButton Property
                • Events
                  • SelectedCommandChanged Event
              • OptionSetCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(OptionSet) Method
                    • Add(Boolean,String) Method
                  • Clear Method
                  • Contains Method
                    • Contains(OptionSet) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • PopupCommandBase
                • Overview
                • Members
                • Methods
                  • OnDropDownClosed Method
                  • OnDropDownOpening Method
                • Properties
                  • AllowTearaway Property
                  • DropDownArrowStyle Property
                • Events
                  • DropDownClosed Event
                  • DropDownOpening Event
              • PopupMenuCommand
                • Overview
                • Members
                • PopupMenuCommand Constructor
                  • PopupMenuCommand Constructor()
                  • PopupMenuCommand Constructor(String)
                  • PopupMenuCommand Constructor(String,String)
                  • PopupMenuCommand Constructor(String,String,Shortcut)
                • Properties
                  • Commands Property
                  • IsAnyPopupMenuShowing Property
                  • IsOpen Property
                  • Settings Property
              • StateButtonCommand
                • Overview
                • Members
                • Properties
                  • Checked Property
              • TextBoxCommand
                • Overview
                • Members
                • Properties
                  • CharacterCasing Property
                  • EditAppearance Property
                  • HasEditAppearance Property
                  • IsInEditMode Property
                  • Locked Property
                  • MaxLength Property
                  • MinimumSize Property
                  • PasswordChar Property
                  • SelectedText Property
                  • SelectionLength Property
                  • SelectionStart Property
                  • Text Property
                  • VerticalDisplayStyle Property
            • Enumerations
              • DefaultBoolean
              • DisplayStyle
              • DockedPosition
              • DropDownArrowStyle
              • DropDownStyle
              • GradientStyle
              • MenuAnimationStyle
              • TextPlacement
              • ToolBarStyle
              • VerticalDisplayStyle
              • WindowMenuOptions
          • Miner.Windows.Docking Namespace
            • Overview
            • Classes
              • DockAreaPane
                • Overview
                • Members
                • DockAreaPane Constructor
                  • DockAreaPane Constructor(DockedLocation)
                  • DockAreaPane Constructor(DockedLocation,ChildPaneStyle)
                  • DockAreaPane Constructor(DockedLocation,ChildPaneStyle,Size)
                • Properties
                  • DockedLocation Property
                  • FloatingLocation Property
              • DockAreaPaneCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(DockAreaPane) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • DockControl
                • Overview
                • Members
                • DockControl Constructor
                  • DockControl Constructor(String)
                  • DockControl Constructor(String,String)
                  • DockControl Constructor(String,String,String)
                  • DockControl Constructor(String,String,Bitmap)
                  • DockControl Constructor(String,String,String,Bitmap)
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • Initialize Method
                • Properties
                  • Caption Property
                  • DockControlPane Property
                  • Key Property
                  • MenuCaption Property
                  • TabImage Property
                  • TabText Property
              • DockControlPane
                • Overview
                • Members
                • Methods
                  • Activate Method
                  • Flyout Method
                    • Flyout() Method
                    • Flyout(Boolean) Method
                    • Flyout(Boolean,Boolean) Method
                  • Pin Method
                  • Unpin Method
                • Properties
                  • Control Property
                  • FlyoutSize Property
                  • IsActive Property
                  • IsFlyoutPaneDisplay Property
                  • IsPinned Property
                  • IsVisible Property
                  • OriginalControlBounds Property
              • DockControlPaneCollection
                • Overview
                • Members
                • DockControlPaneCollection Constructor
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(DockControlPane) Method
                    • Contains(String) Method
                    • Contains(Control) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • GetItemArray Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • DockGroupPane
                • Overview
                • Members
                • DockGroupPane Constructor
                  • DockGroupPane Constructor()
                  • DockGroupPane Constructor(ChildPaneStyle)
                • Methods
                  • Activate Method
                  • Close Method
                    • Close(Boolean) Method
                  • Contains Method
                  • GetDockGroupPane Method
                  • GetNextVisiblePane Method
                  • GetPreviousVisiblePane Method
                  • HasChildPanes Method
                  • Pin Method
                  • ShowChildPanes Method
                    • ShowChildPanes() Method
                    • ShowChildPanes(Boolean) Method
                  • Unpin Method
                • Properties
                  • ChildPaneStyle Property
                  • DefaultPaneSettings Property
                  • FirstVisiblePane Property
                  • GroupSettings Property
                  • HasDefaultPaneSettings Property
                  • HasGroupSettings Property
                  • IsActive Property
                  • IsVisible Property
                  • LastVisiblePane Property
                  • Panes Property
                  • SelectedTabIndex Property
              • DockManager
                • Overview
                • Members
                • Methods
                  • ActivatePane Method
                    • ActivatePane(String) Method
                    • ActivatePane(DockPaneBase) Method
                  • CreateDockArea Method
                    • CreateDockArea(DockedLocation,ChildPaneStyle,String[]) Method
                    • CreateDockArea(DockedLocation,ChildPaneStyle,DockPaneBase[]) Method
                  • CreateDockGroup Method
                    • CreateDockGroup(ChildPaneStyle,String[]) Method
                    • CreateDockGroup(ChildPaneStyle,DockPaneBase[]) Method
                  • FindDockableControl Method
                  • FindGroupPane Method
                • Properties
                  • ActivePane Property
                  • AnimationEnabled Property
                  • AnimationSpeed Property
                  • AutoHideDelay Property
                  • CompressUnpinnedTabs Property
                  • ControlPanes Property
                  • DefaultGroupSettings Property
                  • DefaultPaneSettings Property
                  • DockAreas Property
                  • HasDefaultGroupSettings Property
                  • HasDefaultPaneSettings Property
                  • HasUnpinnedTabAreaAppearance Property
                  • HotTracking Property
                  • ImageTransparentColor Property
                  • LayoutStyle Property
                  • ShowCloseButton Property
                  • ShowFloatingWindows Property
                  • ShowPinButton Property
                  • ShowTooltips Property
                  • SplitterBarAppearance Property
                  • SplitterBarWidth Property
                  • UnpinnedTabAreaAppearance Property
                  • UnpinnedTabHoverAction Property
                  • UnpinnedTabStyle Property
                  • UseDefaultContextMenus Property
                  • WindowStyle Property
                • Events
                  • DockingChanged Event
                  • DockWindowClosed Event
                  • DockWindowMenuClicked Event
                  • DockWindowPinned Event
                  • DockWindowUnpinned Event
              • DockPaneBase
                • Overview
                • Members
                • Methods
                  • Activate Method
                  • Close Method
                    • Close() Method
                    • Close(Boolean) Method
                  • Dock Method
                    • Dock(Boolean) Method
                    • Dock(DockedSide) Method
                  • Float Method
                    • Float() Method
                    • Float(Boolean) Method
                    • Float(Boolean,Point) Method
                    • Float(Boolean,Rectangle) Method
                  • Pin Method
                  • RepositionToGroup Method
                    • RepositionToGroup(DockGroupPane) Method
                    • RepositionToGroup(DockGroupPane,Int32) Method
                  • RepositionToPane Method
                  • Show Method
                  • ToggleDockState Method
                  • Unpin Method
                • Properties
                  • Caption Property
                  • Closed Property
                  • DockAreaPane Property
                  • DockedState Property
                  • HasSettings Property
                  • Index Property
                  • IsActive Property
                  • IsInitialized Property
                  • IsSelectedTab Property
                  • IsVisible Property
                  • Key Property
                  • Maximized Property
                  • MaximumSize Property
                  • Minimized Property
                  • MinimumSize Property
                  • NestDepth Property
                  • Parent Property
                  • ParentDocked Property
                  • ParentFloating Property
                  • Settings Property
                  • Size Property
                  • TabImage Property
                  • TabText Property
                  • TabTooltip Property
                  • TooltipCaption Property
              • DockPaneCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(DockPaneBase) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
                  • UnpinnedCount Property
                  • VisibleCount Property
              • DockWindowEventArgs
                • Overview
                • Members
                • DockWindowEventArgs Constructor
                • Properties
                  • ControlPane Property
              • GroupSettings
                • Overview
                • Members
                • Properties
                  • CaptionLocation Property
                  • CloseButtonBehavior Property
                  • HasTabAreaAppearance Property
                  • PinButtonBehavior Property
                  • TabAreaAppearance Property
                  • TabLocation Property
                  • TabSizing Property
                  • TabStyle Property
              • PaneSettings
                • Overview
                • Members
                • Properties
                  • ActiveCaptionAppearance Property
                  • ActivePaneAppearance Property
                  • ActiveSlidingGroupAppearance Property
                  • ActiveTabAppearance Property
                  • AllowClose Property
                  • AllowDockBottom Property
                  • AllowDockLeft Property
                  • AllowDockRight Property
                  • AllowDockTop Property
                  • AllowFloating Property
                  • AllowPin Property
                  • AllowResize Property
                  • Appearance Property
                  • CanDisplayAsMdiChild Property
                  • CaptionAppearance Property
                  • DoubleClickAction Property
                  • HasActiveCaptionAppearance Property
                  • HasActivePaneAppearance Property
                  • HasActiveSlidingGroupAppearance Property
                  • HasActiveTabAppearance Property
                  • HasAppearance Property
                  • HasCaptionAppearance Property
                  • HasHotTrackingCaptionAppearance Property
                  • HasHotTrackingSlidingGroupAppearance Property
                  • HasHotTrackingTabAppearance Property
                  • HasPaneAppearance Property
                  • HasSelectedSlidingGroupAppearance Property
                  • HasSelectedTabAppearance Property
                  • HasSlidingGroupAppearance Property
                  • HasTabAppearance Property
                  • HotTrackingCaptionAppearance Property
                  • HotTrackingSlidingGroupAppearance Property
                  • HotTrackingTabAppearance Property
                  • PaddingBottom Property
                  • PaddingLeft Property
                  • PaddingRight Property
                  • PaddingTop Property
                  • PaneAppearance Property
                  • SelectedSlidingGroupAppearance Property
                  • SelectedTabAppearance Property
                  • ShowCaption Property
                  • SlidingGroupAppearance Property
                  • TabAppearance Property
                  • TabWidth Property
            • Enumerations
              • AnimationSpeed
              • ChildPaneStyle
              • CloseButtonBehavior
              • DockAreaLayoutStyle
              • DockedLocation
              • DockedSide
              • DockedState
              • DockWindowStyles
              • Location
              • PaneDoubleClickAction
              • PanePosition
              • PinButtonBehavior
              • UnpinnedTabHoverAction
          • Miner.Windows.Layout Namespace
            • Overview
            • Classes
              • LayoutManager
                • Overview
                • Members
                • LayoutManager Constructor
                • Methods
                  • CreateAppObjects Method
                  • RestoreDialogBoxData Method
                  • RestoreLayout Method
                  • RestoreLayoutFinal Method
                  • SaveDialogBoxData Method
                  • SaveLayout Method
                • Properties
                  • Commands Property
          • Miner.Windows.Layout.Data Namespace
            • Overview
            • Classes
              • CommandItemLayout
                • Overview
                • Members
                • CommandItemLayout Constructor
                • Fields
                  • Caption Field
                  • CaptionSpecified Field
                  • CustomCaption Field
                  • CustomCaptionSpecified Field
                  • CustomDisplayStyle Field
                  • CustomDisplayStyleSpecified Field
                  • CustomIsFirstInGroup Field
                  • CustomIsFirstInGroupSpecified Field
                  • CustomRecentlyUsed Field
                  • CustomRecentlyUsedSpecified Field
                  • CustomVisible Field
                  • CustomVisibleSpecified Field
                  • DisplayStyle Field
                  • DisplayStyleSpecified Field
                  • IsFirstInGroup Field
                  • IsFirstInGroupSpecified Field
                  • Key Field
                  • LocateBefore Field
                  • LocateBeforeSpecified Field
                  • RecentlyUsed Field
                  • RecentlyUsedSpecified Field
                  • Width Field
                  • WidthSpecified Field
              • CommandItemLayoutCollection
                • Overview
                • Members
                • CommandItemLayoutCollection Constructor
                • Methods
                  • AddRange Method
                  • Contains Method
                    • Contains(String) Method
                  • InsertRange Method
                • Properties
                  • Item Property
              • CommandLayout
                • Overview
                • Members
                • CommandLayout Constructor
                • Properties
                  • CommandItems Property
                • Fields
                  • CreateData Field
                  • CustomShortcut Field
                  • CustomShortcutSpecified Field
                  • Key Field
                  • PersistedData Field
                  • Shortcut Field
                  • ShortcutSpecified Field
                  • SourceFile Field
                  • Type Field
              • CommandLayoutCollection
                • Overview
                • Members
                • CommandLayoutCollection Constructor
                • Properties
                  • Item Property
              • CreateDataItem
                • Overview
                • Members
                • CreateDataItem Constructor
                  • CreateDataItem Constructor()
                  • CreateDataItem Constructor(Object)
                • Methods
                  • Clone Method
                  • CreateArray Method
                  • MakeArray Method
                • Fields
                  • Type Field
                  • Value Field
              • LicenseLayout
                • Overview
                • Members
                • LicenseLayout Constructor
                  • LicenseLayout Constructor()
                  • LicenseLayout Constructor(LicenseLayout)
                • Fields
                  • Name Field
                  • SourceFile Field
              • LicenseLayoutCollection
                • Overview
                • Members
                • LicenseLayoutCollection Constructor
                • Methods
                  • Contains Method
                  • InsertRange Method
                • Properties
                  • Item Property
          • Miner.Windows.TabbedMdi Namespace
            • Overview
            • Classes
              • CancelableMdiWindowEventArgs
                • Overview
                • Members
                • CancelableMdiWindowEventArgs Constructor
                • Properties
                  • MdiTabForm Property
                  • TabKey Property
              • HiddenMdiTabCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(MdiTab) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Remove Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • MdiTab
                • Overview
                • Members
                • Methods
                  • Close Method
                • Properties
                  • Index Property
                  • Key Property
                  • MdiTabForm Property
                  • MdiTabGroup Property
                  • Settings Property
                  • Text Property
                  • Tooltip Property
              • MdiTabCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(MdiTab) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Remove Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • MdiTabForm
                • Overview
                • Members
                • MdiTabForm Constructor
                • Properties
                  • Key Property
              • MdiTabGroup
                • Overview
                • Members
                • Properties
                  • Extent Property
                  • FirstDisplayedTab Property
                  • Index Property
                  • Key Property
                  • SelectedTab Property
                  • Tabs Property
              • MdiTabGroupCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(MdiTabGroup) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • MdiTabGroupSettings
                • Overview
                • Members
                • Properties
                  • AutoSelect Property
                  • ShowCloseButton Property
                  • TabStyle Property
              • MdiTabManager
                • Overview
                • Members
                • Methods
                  • FormFromKey Method
                  • MoveToGroup Method
                  • MoveToNewGroup Method
                  • TabFromForm Method
                  • TabFromKey Method
                • Properties
                  • ActiveTab Property
                  • AllowHorizontalTabGroups Property
                  • AllowVerticalTabGroups Property
                  • CanCreateNewGroup Property
                  • HasHiddenTabs Property
                  • HasTabGroups Property
                  • HiddenTabs Property
                  • MaxTabGroups Property
                  • MdiTabGroups Property
                  • MdiTabGroupSettings Property
                  • MdiTabSettings Property
                  • Orientation Property
                  • PersistMdiWindows Property
                  • ShowTooltips Property
                  • TabGroupHeight Property
                • Events
                  • MdiTabWindowClosing Event
                  • MdiWindowClosed Event
                  • MdiWindowClosing Event
                  • MdiWindowDisplayed Event
                  • MdiWindowInitialize Event
                  • MdiWindowSelected Event
              • MdiTabSettings
                • Overview
                • Members
                • Properties
                  • ActiveTabAppearance Property
                  • AllowClose Property
                  • AllowDrag Property
                  • DisplayFormIcon Property
                  • HasActiveTabAppearance Property
                  • HasHotTrackAppearance Property
                  • HasSelectedTabAppearance Property
                  • HasTabAppearance Property
                  • HotTrack Property
                  • HotTrackTabAppearance Property
                  • SelectedTabAppearance Property
                  • TabAppearance Property
                  • TabCloseAction Property
                  • TabWidth Property
              • MdiWindowEventArgs
                • Overview
                • Members
                • MdiWindowEventArgs Constructor
                • Properties
                  • MdiTabForm Property
                  • TabKey Property
            • Enumerations
              • MdiTabCloseAction
              • MdiTabDragStyle