Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsDragModelTypeSupported( _ ByVal DragModel As AgEDragModel _ ) As |
[C#] |
---|
public bool IsDragModelTypeSupported( AgEDragModel DragModel ); |
[Managed C++] |
---|
public: bool IsDragModelTypeSupported( AgEDragModel DragModel ); |
[Java] |
---|
public bool isDragModelTypeSupported( AgEDragModel DragModel ); |
[Unmanaged C++] |
---|
public: HRESULT IsDragModelTypeSupported( AgEDragModel DragModel, VARIANT_BOOL * pRetVal ); |
- DragModel