Get or set the state of the property page. This is used to save and restore the user's choices without redisplaying the property page.
When reading this property, copy the entire array at once then manipulate your local copy (e..g byte[] myState = propertyPage.State). When setting this property set the entire array at once (e.g. propertyPage = myState).
Not all property pages support saving/loading state. Check the SupportsPersisting property to determine if this property page supports it.
PropertyPage Class | PropertyPage Members | DirectX.Capture Namespace