DeviceShowProps Method (MFLiveClass)
device's type
property's type
window handle to display a property page
Shows device's property page.
Syntax
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
) 

Parameters

_eDevType
device's type
_bsPropsType
property's type
_lWndHandle
window handle to display a property page
Example

Here is an example of how to show device's properties:

m_objLive.DeviceShowProps(eMFDeviceType.eMFDT_All, "", 0);
See Also

Reference

MFLiveClass Class
MFLiveClass Members