MFORMATSLib Namespace > MFRendererClass Class : DeviceShowProps Method |
Public Overridable Sub DeviceShowProps( _ ByVal _eDevType As eMFDeviceType, _ ByVal _bsPropsType As String, _ ByVal _lWndHandle As Long _ )
public virtual void DeviceShowProps( eMFDeviceType _eDevType, string _bsPropsType, long _lWndHandle )
public procedure DeviceShowProps( _eDevType: eMFDeviceType; _bsPropsType: String; _lWndHandle: Int64 ); virtual;
public: virtual void DeviceShowProps( eMFDeviceType _eDevType, BSTR* _bsPropsType, long _lWndHandle )
Here is an example of how to show device's properties:
m_objLive.DeviceShowProps(eMFDeviceType.eMFDT_All, "", 0);