Class ProgressBarHandle
public class ProgressBarHandle : WidgetHandle, IDisposable
- Inheritance
-
ProgressBarHandle
- Implements
- Inherited Members
Constructors
ProgressBarHandle(nint, bool)
public ProgressBarHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static ProgressBarHandle For<T>(ConstructArgument[] constructArguments) where T : ProgressBar, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T