ArcObjects Library Reference (Framework)  

IComEmbeddedPropertyPage.QueryObject Method

Apply the property page settings to the specified object.

[Visual Basic .NET]
Public Sub QueryObject ( _
    ByVal theObject As Object _
)
[C#]
public void QueryObject (
    object theObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComEmbeddedPropertyPage Interface