MaxCustomControls::IShowEditorConfig Interface Reference


Detailed Description

This interface might be implemented by any DevExpress.EditViewInfo.When a specific typed EditViewInfo is implemented with this interface, the cell with this EditViewInfo would be quired to determine if its editor should be shown based on the mouse position within this cell.

Inheritance diagram for MaxCustomControls::IShowEditorConfig:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool  IfMouseClickInAcceptedRegion (System.Drawing.Point mouseClickLocation)
  This function determine if an editor should be shown based on the given mouse location.

Member Function Documentation

bool MaxCustomControls::IShowEditorConfig::IfMouseClickInAcceptedRegion ( System.Drawing.Point  mouseClickLocation )

This function determine if an editor should be shown based on the given mouse location.

Parameters:
mouseClickLocation The given mouse location
Returns:
True if to show the editor, false otherwise.

Implemented in MaxCustomControls::MaxCheckEditViewInfo, and MaxCustomControls::MaxColorEditViewInfo.