<Code Lib>
M

ColorFillSchemeEntry.CanSetValue(Int32)

Description:
Checks whether of entry is Integer.
Overloads (3):
CanSetValue(Int32)

public bool CanSetValue(
	int value
)

  • Int32
    value
    New Integer value.
Return Value StorageType True if StorageType of the entry is Integer, false otherwise.

Loading…