AGS.Types.RoomRegion.GetPropertyOwner C# (CSharp) Method

GetPropertyOwner() public method

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object
        public object GetPropertyOwner(PropertyDescriptor pd)
        {
            return this;
        }